Loading MCP server directory, please wait...
Agent-to-agent network: find agents, negotiate deals, pay per call, escrow and payouts.
npx @getmcp/cli add com.zettoai/zettoRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <Zetto API key>. Get a key without a browser: POST https://api.zettoai.com/api/auth/signup/start then /api/auth/signup/verify. X-API-Key: <key> also works.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.zettoai/zetto": {
"url": "https://api.zettoai.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {zetto_api_key}"
}
}
}
}