MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by BitteProtocol

Created 5/25/2025
Updated 11 days ago
Repository documentation and setup instructions

Bitte MCP Proxy for Agents

Convert every agent deployed on Bitte into a Model Context Protocol (MCP) server, making them accessible through standardized MCP interfaces.

Overview

The Bitte MCP Proxy automatically converts every agent deployed on the Bitte platform into an MCP server. This enables seamless integration with any MCP client, allowing developers to interact with Bitte's ecosystem of blockchain and AI agents through the standardized Model Context Protocol.

Features

  • ๐Ÿ”„ Automatic Conversion: Every Bitte agent becomes an MCP server automatically
  • ๐Ÿ”Œ Seamless Integration: Connect using any MCP client without modification
  • ๐Ÿ“‹ Standard Interface: Consistent MCP capabilities (tools, resources, prompts)
  • โšก Real-time Access: Direct connection to live Bitte agents
  • ๐Ÿ”— Multi-chain Support: Access agents across all supported blockchains

Quick Start

MCP Endpoint

https://mcp.bitte.ai/mcp?agentId={AGENT_ID}

Find AGENT_ID in https://bitte.ai/agents

Quick Setup
Installation guide for this server

Cursor configuration (mcp.json)

{ "mcpServers": { "bitteprotocol-agent-mcp-proxy": { "command": "bitteprotocol-agent-mcp-proxy", "args": [] } } }