1. Conduid
  2. Developer Tools
  3. bitteprotocol/mcp
MCP server · Developer Tools

bitteprotocol/mcp

Bitte Protocol integration to run AI Agents on several blockchains.

Unclaimed last commit a year ago devtools
42Fair

Scored 4 months ago · breakdown

About bitteprotocol/mcp

bitteprotocol/mcp is an MCP server published by BitteProtocol in the Developer Tools category: bitte Protocol integration to run AI Agents on several blockchains. It has been installed 0 times through Conduid.

The repository has 13 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about bitteprotocol/mcp

Powered by Claude · Grounded in docs

I know everything about bitteprotocol/mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP Proxy Monorepo

This monorepo contains MCP (Model Control Protocol) servers for different services.

Server URI

https://mcp.bitte.ai/sse

Add to Curser Settings

{
  "mcpServers": {
    "bitte-ai": {
      "url": "https://mcp.bitte.ai/sse"
    }
  }
}

Packages

  • bitte-ai: MCP server for Bitte AI integrations

Setup

To install dependencies:

bun install

Development

This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.

Build all packages

bun run build

Start both services

bun run start

Development mode

bun run dev

Format and lint your code

bun run check
# To fix automatically:
bun run check:fix

Run individual services

# Run bitte-ai service
bun run dev:bitte-ai

Adding a new package

  1. Create a new directory in the packages folder
  2. Add the necessary package.json, tsconfig.json, and implementation files
  3. Update the root package.json and tsconfig.json to include your new package

This project uses Bun as the JavaScript runtime.

For more information: Vibestreaming Logs

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About bitteprotocol/mcp

How do I install bitteprotocol/mcp?

Run npx mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is bitteprotocol/mcp safe to use with an AI agent?

Its trust score is 42 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is bitteprotocol/mcp still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.