streamable-httpApache-2.0updated 3mo ago
Endpoint: https://mcp.carbonarc.ai (Streamable HTTP) Auth: OAuth 2.0 + Dynamic Client Registration Docs:
What can you do with Carbon Arc?
Carbon Arc MCP
- Endpoint:
https://mcp.carbonarc.ai(Streamable HTTP) - Auth: OAuth 2.0 + Dynamic Client Registration
- Docs: https://docs.carbonarc.ai/platform/mcp/carbonarc-mcp
Getting access
To get an API Token:
- Sign up for Carbon Arc at https://app.carbonarc.co/pricing
- Log into your account
- Get your API Token from your user profile
Questions or need help?
- Support: support@carbonarc.co
- Sales: sales@carbonarc.co
Install via Cursor
- Open Cursor → Plugins → Browse Marketplace
- Search "Carbon Arc" → Install
License: Apache 2.0
Install
Add Carbon Arc to your client. Pick the one you use.
claude mcp add --transport http carbon-arc https://mcp.carbonarc.aicodex mcp add carbon-arc --url https://mcp.carbonarc.ai{
"mcpServers": {
"carbon-arc": {
"url": "https://mcp.carbonarc.ai"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"carbon-arc": {
"type": "http",
"url": "https://mcp.carbonarc.ai"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"carbon-arc": {
"url": "https://mcp.carbonarc.ai"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"carbon-arc": {
"serverUrl": "https://mcp.carbonarc.ai"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation8/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 85 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 7, 2026 |