{
  "markdown": "# BittleBits MCP Plugin\n\nConnect **Claude**, **Cursor**, and any MCP-compatible AI agent to [BittleBits](https://bittlebits.ai) — bringing your **GEO (Generative Engine Optimization) scores** and **AI-content rewrite suggestions** directly into your agent as tools.\n\nThis repository is the installable plugin wrapper. The BittleBits MCP server itself is hosted and remote — it speaks **Streamable HTTP** and authenticates with **OAuth 2.0**, so there is no token to configure and nothing to run locally. Point your client at the server and sign in through your browser.\n\n## What you get\n\nOnce connected, your agent can call BittleBits tools to score and rewrite content without copy-pasting between tabs:\n\n| Tool          | What it does                                                                                   |\n| ------------- | ---------------------------------------------------------------------------------------------- |\n| `get_score`   | Returns GEO metric scores (0–10 per dimension) for a page                                       |\n| `get_rewrite` | Returns your original page content and a rewritten version with BittleBits suggestions applied  |\n\nAsk things like *\"Get the BittleBits score for my landing page and tell me which areas need the most work,\"* or *\"Rewrite my homepage applying the BittleBits suggestions but keep the casual tone.\"*\n\n## Install\n\nThe server lives at `https://bittlebits.ai/mcp`. On first use, your client opens a browser window to sign in to your BittleBits account (OAuth) — no API keys or tokens to paste.\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add --transport http bittlebits https://bittlebits.ai/mcp\n```\n\n### Claude.ai / Claude Desktop\n\n`Settings → Connectors → Add custom connector`, name it **BittleBits**, and set the remote MCP server URL to `https://bittlebits.ai/mcp`.\n\n### Cursor / VS Code\n\nAdd to your `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"bittlebits\": {\n      \"type\": \"http\",\n      \"url\": \"https://bittlebits.ai/mcp\"\n    }\n  }\n}\n```\n\nThis repo's root [`.mcp.json`](./.mcp.json) contains exactly this config, so MCP-aware directories and clients can auto-detect the server.\n\n## Documentation\n\nFull setup guide and examples: **https://bittlebits.ai/docs/mcp**\n\n## License\n\n[MIT](./LICENSE) © 2026 BittleBits.ai",
  "bytes": 2284,
  "sha": "93380e94ef78d4116e18916a12d19d5ace1869e9017e4ed7a0e16a86cce00cf5",
  "repo_slug": "bittlebitsai/bittlebits-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_bittlebits_bittlebits_2087c9da/readme"
}