ARGENTUM is an MCP server that exposes a karma economy for AI agents and humans, letting clients submit actions, attest to actions, view karma/leaderboards, and manage verifiable "Mycelium Trails" of MCP service calls. It also integrates Lightning payments and on-chain ARGT token minting for verified actions.
From the registry: Karma economy for AI agents. Community attestations, on-chain reputation on Arbitrum.
$ pip install mcp httpx fastapi uvicorn pydantic slowapi python-dotenvPlease install the `argentum` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python dependencies** — Install the Python packages required to run the ARGENTUM server locally. Run: `pip install mcp httpx fastapi uvicorn pydantic slowapi python-dotenv`
Canonical MCP server config (HTTP transport):
- url: `http://<your-host>:8019/sse`
Note: README shows SSE transport for MCP. Local run command is `python3 argentum.py`, which starts the MCP server on port 8019 and REST API on port 8017. Example remote config uses a tunneled SSE URL (`https://<your-tunnel>.trycloudflare.com/sse`). No environment variables were documented in the README.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.