# Rize — MCP server on mcp.ai > Connect your Rize account and use 8 tools for productivity straight from your AI agent. Connect with your own API key. Rize is an AI-powered time tracking and productivity tool that automatically tracks your work time and provides insights. By: mcp.ai · official Page: https://mcp.ai/rize ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rize?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rize/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rize/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rize/skill.md Postman collection (v2.1): https://mcp.ai/rize/postman.json ## Tools - rize_create_api_key() — Create a new API key for the partner. Use this action when you need to generate a new API key for authentication with the Rize API. The API key is created server-side and returned in the response. Not - rize_create_card(name: string, type: string, notes?: string, cardholder_id: integer, partner_financial_account_id: integer) — Creates a new card in the Rize system. Use this action when you need to create a new card for a cardholder. The card will be associated with the specified partner financial account. Card creation is i - rize_create_cardholder(tin: string, last_name: string, first_name: string, occupation?: string, middle_name?: string, phone_number: string, date_of_birth: string, email_address: string, mailing_address: object, physical_address: object, citizenship_country_iso_code: string) — Creates a new cardholder in the Rize system. Use this action when you need to register a new cardholder with their personal information, addresses, and tax identification. This action is irreversible - rize_create_counterparty(ach?: object, external_uid?: string, name_on_account: string) — Creates a new Counterparty in the Rize system. A counterparty represents an external party (such as a vendor, supplier, or business partner) that can receive transfers from your account. Use when sett - rize_create_partner_financial_account(partner_id: integer, financial_provider: string) — Create a new financial account for an existing partner in the Rize admin API. Use this action when you need to provision a new financial account (such as a bank account) for a partner organization tha - rize_create_user(role: string, email: string, last_name: string, cardholder?: object, first_name: string) — Creates a new user in the Rize system. Use this action when you need to register a new user with their email, name, and role. Optionally, cardholder information can be provided to associate a cardhold - rize_get_cardholder(id: integer) — Retrieve detailed information about a specific cardholder using their unique identifier. Use this action when you need to fetch cardholder profile data including name, contact information, addresses, - rize_get_virtual_card_image() — Retrieves the virtual card image asset. Returns the image representation of a virtual debit card which can be displayed in mobile or web applications. Use this action when you need to fetch the visual ## Example prompts - "What can I do in Rize?" - "Show me a summary of my Rize account" ## Links Docs: https://mcp.ai/docs/mcps/rize Website: https://mcp.ai/mcps/rize