# Starton — MCP server on mcp.ai > Connect your Starton account and use 6 tools for developer tools straight from your AI agent. Connect with your own API key. Starton is an all-in-one Web3 API platform that enables developers to deploy and interact with smart contracts, store files on IPFS, and monitor blockchain events through a unified API and frontend interface. By: mcp.ai · official Page: https://mcp.ai/starton ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_starton?ms=1787296080000 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/starton/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/starton/ 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/starton/skill.md Postman collection (v2.1): https://mcp.ai/starton/postman.json ## Tools - starton_delete_smart_contract_event(id: string) — Tool to delete a specific smart contract event watcher by its ID. Use after confirming the watcher ID you want to remove. - starton_get_smart_contracts(projectId?: string) — Tool to retrieve a list of all smart contracts associated with your project. Use after authenticating and optionally filtering by project ID. - starton_get_templates(page?: integer, limit?: integer) — Tool to retrieve a list of all smart contract templates. Use when browsing the Starton template library to select a template before deployment. - starton_get_watcher(id: string) — Tool to retrieve details of a specific watcher by its ID. Use when you need to confirm its configuration before updating or deleting. - starton_get_webhooks(page?: integer, limit?: integer) — Tool to retrieve a list of all webhook watchers. Use after creating watchers to review existing watchers. - starton_upload_file(file: object) — Tool to upload a file to your project's IPFS storage. Use after preparing the file you want to host on IPFS. ## Example prompts - "What can I do in Starton?" - "Show me a summary of my Starton account" ## Links Docs: https://mcp.ai/docs/mcps/starton Website: https://mcp.ai/mcps/starton