consensa-mcp
OfficialAllows recording consented, attributed, paid-for receipts for open-source dependencies, settling per-call payments in USDC on the Algorand blockchain via Consensa. Provides tools to preview dependency attribution and pricing, pay for clearance, and retrieve on-chain receipts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@consensa-mcpPreview attribution for the dependencies in my package.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
consensa-mcp
An MCP server that lets an AI agent record a consented, attributed, paid-for receipt for the open-source dependencies it consumes — settled per call in USDC on Algorand via Consensa. Each call splits payment on-chain: provider 80%, upstream maintainers' escrow 11% (per-dependency attribution), commons 7%, protocol 2%.
Tools
consensa_attribution_preview(manifest)— free. Which upstream deps would be attributed on-chain, plus the split and price. No payment.consensa_clearance(manifest)— paid. Pays USDC from the configured wallet and returns the on-chain receipt (paymentTxId,settleTxId, split, upstream).consensa_receipt(paymentTxId)— free. Look up a prior receipt.
Related MCP server: @true402.dev/mcp-server
Bring-your-own-wallet
You run this server with your own funded Algorand spend wallet
(CONSENSA_MCP_PAYER_MNEMONIC). Consensa never holds or spends your funds. Use a
dedicated, low-balance wallet, and start on Testnet.
Configure
Copy .env.example and fill it in — see that file for every variable. The payer
mnemonic must come from your environment; never commit it.
Spend guards (defaults): MAX_SPEND_USDC_PER_RUN=5.00, MAX_PER_CALL_USDC=0.02,
MAX_CALLS_PER_MIN=10, plus idempotency (identical manifest within the TTL is not
charged twice). Optionally pin CONSENSA_EXPECTED_PAYTO so the server refuses to
pay any other address.
Run (from the cloned repo)
npm install
# env below is only needed for the PAID tool; preview/receipt need no wallet.
$env:CONSENSA_NETWORK="testnet"; $env:CONSENSA_MCP_PAYER_MNEMONIC="<25 words>"
npm run dev # tsx src/index.ts (or: npm run build && npm start)The server speaks MCP over stdio.
Use from an MCP client (e.g. Claude Desktop)
{
"mcpServers": {
"consensa": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/absolute/path/to/consensa-mcp",
"env": {
"CONSENSA_NETWORK": "testnet",
"CONSENSA_ENDPOINT": "https://consensa-endpoint-production.up.railway.app",
"CONSENSA_MCP_PAYER_MNEMONIC": "<your 25-word mnemonic>",
"MAX_SPEND_USDC_PER_RUN": "5.00"
}
}
}
}Status
v0.1 MVP, validated end-to-end on Algorand MainNet (a real per-call clearance settles on-chain, with the payment split verified to the microUSDC). Bring-your-own-wallet; start on Testnet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceMCP server with 12 tools enabling AI agents (Claude, ChatGPT) to manage Algorand-based subscriptions, including locking funds in vaults and automated payments.4
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.14337MIT
- Alicense-qualityBmaintenanceMCP server that enables AI agents to propose USDC payments on the Soroban blockchain with deterministic policy enforcement and injection protection, while providing payment status and attestation tools.MIT
- Alicense-qualityBmaintenanceEnables MCP tools to be gated behind per-call USDC micropayments with direct on-chain verification and settlement, removing the need for third-party payment facilitators.MIT
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Attribution and settlement infrastructure for AI agent content access over HTTP 402 and MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/consensa-algo/consensa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server