# Owl Protocol — MCP server on mcp.ai > Connect your Owl Protocol account and use 3 tools for developer tools straight from your AI agent. Connect with your own API key. Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development. By: mcp.ai · official Page: https://mcp.ai/owl_protocol ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_owl_protocol?ms=1787291220000 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/owl_protocol/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/owl_protocol/ 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/owl_protocol/skill.md Postman collection (v2.1): https://mcp.ai/owl_protocol/postman.json ## Tools - owl_protocol_deploy_collection(args?: string|integer|boolean|number[], name: string, symbol: string, chainId: integer, overrides?: object, projectId: string, contractName: string) — Tool to deploy a new ERC721 collection contract. Use after creating a project to programmatically deploy the collection on a specified blockchain. - owl_protocol_get_project_details() — Tool to retrieve details of a specific project. Use when you need metadata about a project after authenticating with your API key. - owl_protocol_list_projects() — Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user. ## Example prompts - "What can I do in Owl Protocol?" - "Show me a summary of my Owl Protocol account" ## Links Docs: https://mcp.ai/docs/mcps/owl_protocol Website: https://mcp.ai/mcps/owl_protocol