Connects MCP clients to Bitte AI's hosted SSE endpoint for blockchain-oriented agent integrations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Bitteprotocol MCP.
The bitteprotocol/mcp MCP server packages Bitte AI integrations behind the Model Context Protocol. The repository description identifies its purpose as running AI agents across several blockchains, while the README lists a bitte-ai package for Bitte AI integrations. The available material does not enumerate individual MCP tools, supported blockchain networks, transaction operations, or chain-specific configuration.
A hosted service is available at https://mcp.bitte.ai/sse. This gives MCP clients an SSE endpoint to connect to without requiring the repository to be built locally. The project also contains the source and development workflow for the Bitte AI service.
MCP clients connect to the hosted SSE URL as a remote server. The README includes a Cursor configuration that registers the server under the bitte-ai name:
The bitteprotocol/mcp MCP server is organized as a monorepo, with packages for individual services. At the time described by the README, the listed package is bitte-ai. Bun provides the JavaScript runtime, and Turborepo manages the monorepo workflow. Biome is used for code-quality tasks.
For client use, add the hosted SSE URL to an MCP-compatible client configuration. The supplied example specifically documents Cursor. No API key, wallet setting, blockchain network variable, or other environment variable is documented in the provided material.
For repository development, install dependencies with bun install. The available scripts include bun run build to build all packages, bun run start to start both services, and bun run dev for development mode. The Bitte AI service can be run individually with bun run dev:bitte-ai. Formatting and lint checks use bun run check, with bun run check:fix available for automatic fixes.
These commands describe working on the monorepo rather than installing a standalone package for end users. The README does not provide a package-manager command that launches the hosted MCP service as a directly runnable local server.
The supported capability described here is Bitte AI integration for AI agents operating across several blockchains. The repository exposes that integration through MCP and provides a remote SSE connection point. Because no tool list appears in the supplied README, tool names and exact actions should be confirmed from the live service or source before building an agent workflow around them.
The documented client configuration supports connecting Cursor to the hosted endpoint. Other clients may support the same MCP transport, but the provided material does not name or configure them.
The README does not specify authentication requirements, supported chains, available tools, request schemas, rate limits, or production availability guarantees. It also does not include a license declaration. Treat the hosted endpoint and the repository development commands as separate options: the endpoint is for client connection, while the Bun commands are for developing the monorepo.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bitteprotocol-mcp)<a href="https://allmcps.com/mcp/bitteprotocol-mcp"><img src="https://allmcps.com/api/badge/bitteprotocol-mcp?style=directory" alt="Bitteprotocol MCP on AllMCPs" /></a>