relai-mcp-server
Enables on-chain agent identity via SATI on Solana, including registration of a SATI identity NFT and submission of positive feedback after paid API calls.
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., "@relai-mcp-serverRequest authorization to use the premium translation API"
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.
relai-mcp-server
MCP (Model Context Protocol) server for RelAI. Lets any MCP-compatible AI agent authorize itself with RelAI and call paid x402 APIs autonomously.
Tools
Tool | Description |
| Request a one-time consent link from RelAI to send to the user |
| Check if the user approved — returns the service key |
| Call any paid API through the RelAI Metered proxy |
| Check the remaining USDC balance in the user's wallet |
Related MCP server: SettleMesh
Setup
npm install
npm run buildUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"relai": {
"command": "node",
"args": ["/path/to/relai-mcp-server/dist/index.js"],
"env": {
"RELAI_API_BASE": "https://api.relai.fi"
}
}
}
}Usage with any MCP client
RELAI_API_BASE=https://api.relai.fi node dist/index.jsAuthorization Flow
Agent calls
request_authorization→ gets a linkAgent shows the link to the user
User opens the link and clicks Allow on relai.fi
Agent calls
poll_authorization→ getsserviceKey+agentIdAgent calls
call_apifor any paid API — payments are automatic
Environment Variables
Variable | Default | Description |
|
| RelAI API base URL |
| (optional) | Solana keypair (base58 or JSON byte array) — enables SATI on-chain agent identity |
SATI Integration (optional)
If SATI_PAYER_KEYPAIR is set, the server automatically:
Registers a SATI identity NFT on Solana when the user approves authorization — giving the agent a verifiable on-chain identity with
x402Support: trueSubmits positive feedback on-chain after every successful paid API call — building the agent's reputation over time
If SATI_PAYER_KEYPAIR is not set, SATI is silently disabled and everything works normally.
{
"mcpServers": {
"relai": {
"command": "node",
"args": ["/path/to/relai-mcp-server/dist/index.js"],
"env": {
"RELAI_API_BASE": "https://api.relai.fi",
"SATI_PAYER_KEYPAIR": "<your-solana-wallet-base58>"
}
}
}
}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
- Alicense-qualityAmaintenanceL402 + x402 client MCP. AI agents discover, pay for, and consume any payment-gated API autonomously. Supports Lightning (NWC), Cashu ecash, stablecoins, and human-in-the-loop payments.371MIT
- Alicense-qualityAmaintenanceDeploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer (end-user-pays: cost times markup, app owner earns the markup).Apache 2.0
- AlicenseAqualityBmaintenanceEnables MCP clients to access all endpoints of an x402 gateway by paying real-time microtransactions (USDC on Base) per API call, with automatic tool discovery and spend guardrails.2389MIT

fabler-x402-toolsofficial
Alicense-qualityBmaintenanceEnables MCP clients to use paid tools for secret scanning, agent-config auditing, and OG image rendering, with payments handled over the x402 protocol on Base.MIT
Related MCP Connectors
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
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/web3luka/relai-fi-relai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server