capacium-mcp

Capacium/capacium-mcp
★ 0 stars Python AI/LLM Updated 1mo ago
Capacium MCP Server — discover and install AI capabilities from any MCP-compatible framework
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "capacium-mcp": {
      "command": "uvx",
      "args": [
        "capacium-mcp"
      ]
    }
  }
}

Or install with pip: pip install capacium-mcp

README Excerpt

Model Context Protocol (MCP) server exposing Capacium Exchange capabilities to AI agents. - `capacium://system/status` — System health and stats - `capacium://{type}/{query}` — Search capabilities (e.g., `capacium://search/claude`) - `capacium://popular` — Popular capabilities - `capacium://capabilities/{owner}/{name}` — Detail view

Tools (1)

cap_install