Relai Server
БесплатноНе проверенLets any MCP-compatible AI agent authorize itself with RelAI and call paid x402 APIs autonomously.
Описание
Lets any MCP-compatible AI agent authorize itself with RelAI and call paid x402 APIs autonomously.
README
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_authorization |
Request a one-time consent link from RelAI to send to the user |
poll_authorization |
Check if the user approved — returns the service key |
call_api |
Call any paid API through the RelAI Metered proxy |
check_balance |
Check the remaining USDC balance in the user's wallet |
Setup
npm install
npm run build
Usage 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.js
Authorization Flow
- Agent calls
request_authorization→ gets a link - Agent shows the link to the user
- User opens the link and clicks Allow on relai.fi
- Agent calls
poll_authorization→ getsserviceKey+agentId - Agent calls
call_apifor any paid API — payments are automatic
Environment Variables
| Variable | Default | Description |
|---|---|---|
RELAI_API_BASE |
https://api.relai.fi |
RelAI API base URL |
SATI_PAYER_KEYPAIR |
(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: true - Submits 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>"
}
}
}
}
Установка Relai Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/web3luka/relai-fi-relai-mcp-serverFAQ
Relai Server MCP бесплатный?
Да, Relai Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Relai Server?
Нет, Relai Server работает без API-ключей и переменных окружения.
Relai Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Relai Server в Claude Desktop, Claude Code или Cursor?
Открой Relai Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Relai Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
