# Onepage — MCP server on mcp.ai > Connect your Onepage account and use 2 tools for productivity straight from your AI agent. Connect with your own API key. API for enriching user and company data, providing endpoints for token validation and generic search. By: mcp.ai · official Page: https://mcp.ai/onepage ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_onepage?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/onepage/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/onepage/ 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/onepage/skill.md Postman collection (v2.1): https://mcp.ai/onepage/postman.json ## Tools - onepage_search_input_post_request(l?: string, o?: string, s: string) — The SearchInput endpoint allows users to perform a search query within the OnePage platform. It accepts a required search string and optional parameters for language and output format customization. T - onepage_token_details_request(token: string) — Retrieves detailed information about a specific token in the OnePage system. This endpoint should be used when you need to obtain comprehensive data about a token, such as its associated permissions, ## Example prompts - "What can I do in Onepage?" - "Show me a summary of my Onepage account" ## Links Docs: https://mcp.ai/docs/mcps/onepage Website: https://mcp.ai/mcps/onepage