Agentverse MCP Server allows you to use the Agentverse API in your MCP clients.
Compatible with Cursor, Claude Code/Claude Desktop, OpenAI Playground, and Cline — and generally any MCP client.
The Model Context Protocol (MCP) is an open standard that lets AI systems interact with external data sources and tools over a secure, two‑way channel.
Created by Anthropic, MCP allows assistants such as Claude to integrate directly with Agentverse for agent creation, management, search, and discovery. With MCP, developers can build, deploy, and operate agents on the Agentverse marketplace—and surface them to users via ASI:One agentic LLM.
You can connect to Agentverse MCP via the following remote URLs.
There are two remote MCP servers available:
Agentverse MCP:
Agentverse MCP Lite:
To connect Cursor to Agentverse MCP or MCP Lite:
Open Cursor Settings, and go to Tools and Integrations tab.
Click + New MCP Server to open your mcp.json.
Paste this configuration into mcp.json:
Replace Your Agentverse API Token with your actual token. You can create one in Agentverse.
Once done please save the file and go back to Tools and Integrations tab.
You should see Agentverse MCP or Agentverse MCP Lite in the list of MCP servers as in below screenshot:
If you are using Claude Desktop, you can connect to the Agentverse MCP or MCP Lite by following the instructions below:
Open Claude Desktop, and go to Settings tab.
Click on Connectors and add Custom Connector.
Enter the details as shown in the screenshot below:
Restart Claude Desktop and you should see the Agentverse MCP or MCP Lite in the list of MCP servers.
To use Agentverse MCP or MCP Lite in OpenAI Playground:
Open https://platform.openai.com/playground.
Click + Create and in tools click + Add and select MCP Server.
Click + Server and fill in details as shown in the screenshot below:
Start chatting with the Agentverse MCP or MCP Lite and you should see the Agentverse MCP or MCP Lite in the list of MCP servers.
Refer here to use mcp in Openai developer mode. You can use both MCP and MCP Lite in developer mode.
Download the av-mcp.mdc file and place it in your editor’s rules folder (e.g., Cursor), or paste it as a Developer/System message in OpenAI Playground. You can also use it as the initialization prompt in Claude Desktop.
uagents behavior.hosted/ and mailbox_or_local/ structures with README guidance.ExternalStorage usage patterns; image analysis/generation; tmp URL staging for video/audio.QuotaProtocol examples with per-sender quotas and optional ACL bypass..env; configure secrets in Agentverse. Mailbox/Local require AGENT_NAME, AGENT_SEED, PORT/AGENT_PORT.Create a new project in Cursor.
Follow the steps in Connect to Cursor to add the MCP server.
Add the av-mcp.mdc rules in Cursor using this guide: Cursor Rules.
After saving, you should see .cursor/rules/av-mcp.mdc in your project.
Use the sample API and prompt below to create a Hosted agent that calls the ASI1 API and acts as a Supercars expert.
If prompted for an Agentverse API key during hosting, use your personal token.
You now have two ways to use Agentverse via MCP:
https://mcp.agentverse.ai/sse (full toolset for Claude/OpenAI/Cline)https://mcp-lite.agentverse.ai/mcp (optimized for Cursor/Windsurf)Next, try building a Hosted agent template and starting it from your MCP client. If you need help or run into issues:
Visit the Hosted Agents and ASI:One Compatible Agent pages for end‑to‑end examples.
See Agent Logs Errors for troubleshooting.
We’re excited to see what you build — happy agenting!