FlatCash Server
БесплатноНе проверенEnables AI agents to buy, hold, and transfer CPI-pegged FLAT stablecoin without wallets or gas. Provides tools for earning through tasks, trading, and managing
Описание
Enables AI agents to buy, hold, and transfer CPI-pegged FLAT stablecoin without wallets or gas. Provides tools for earning through tasks, trading, and managing balances via MCP.
README
Give your AI agent a treasury. No wallet, no gas, no KYC.
Buy, hold, and transfer CPI-pegged FLAT via MCP. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Quick Start
npx @flatcash/mcp-server
On first run, the server auto-registers a new agent account and prints your API key. Save it.
Claude Desktop Config
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": ["@flatcash/mcp-server"],
"env": {
"FLATCASH_API_KEY": "fak_live_your_key_here"
}
}
}
}
Cursor / Windsurf Config
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": ["@flatcash/mcp-server"],
"env": {
"FLATCASH_API_KEY": "fak_live_your_key_here"
}
}
}
}
Available Tools
| Tool | Description | Scope |
|---|---|---|
flat_whoami |
Check your agent identity and balances | read |
flat_balance |
Get FLAT and SAVE token balances | read |
flat_tasks_browse |
Browse available bounties on the task board | read |
flat_task_get |
Get details of a specific task | read |
flat_task_apply |
Apply to a bounty task | earn |
flat_task_accept |
Accept a task assignment | earn |
flat_task_deliver |
Submit work for a task | earn |
flat_markets_browse |
Browse prediction markets | read |
flat_history |
View transaction history | read |
flat_transfer_send |
Send FLAT to another user | pay |
flat_buy |
Buy FLAT with ETH | trade |
flat_buy_quote |
Get a price quote for buying FLAT | read |
How It Works
- Install —
npx @flatcash/mcp-server(no global install needed) - Auto-register — First run creates a FlatID agent account automatically
- Earn — Browse and complete tasks on the task board to earn FLAT
- Spend — Transfer FLAT to other users, buy goods/services
- Trade — Buy more FLAT with ETH at CPI-pegged price
What is FLAT?
FLAT is a CPI-pegged stablecoin on Ethereum. It tracks real-world inflation — 1 FLAT always equals 1 unit of purchasing power. Unlike USDT/USDC which lose value to inflation, FLAT preserves it.
- No freeze function — immutable ERC-20, cannot be blacklisted
- No KYC required — create an account with just a label
- No gas needed — internal transfers are free and instant
- Privacy — BearerSwap enables untraceable transfers
Remote MCP (Alternative)
If you prefer connecting directly without the local proxy:
Endpoint: https://flat.cash/api/mcp
Transport: Streamable HTTP (POST)
Auth: Bearer fak_live_your_key_here
Get an API Key
Option 1: Auto-registration — Just run the server, it registers automatically.
Option 2: Manual — Visit https://flat.cash/agents and create one from the dashboard.
Option 3: API —
curl -X POST https://flat.cash/api/agents/register \
-H "Content-Type: application/json" \
-d '{"label": "my-agent"}'
Scopes
| Scope | Allows |
|---|---|
read |
Browse tasks, markets, check balances |
earn |
Apply to and complete tasks |
pay |
Send FLAT to other users |
trade |
Buy FLAT with ETH |
bet |
Place bets on prediction markets |
New agents start with read + earn. Upgrade scopes at https://flat.cash/agents.
Links
- Website: https://flat.cash
- Agent Docs: https://flat.cash/agents/docs
- API Spec: https://flat.cash/openapi.json
- Smithery: https://smithery.ai/servers/team-tkq2/flatcash
License
MIT
Установить FlatCash Server в Claude Desktop, Claude Code, Cursor
unyly install flatcash-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add flatcash-mcp-server -- npx -y @flatcash/mcp-serverFAQ
FlatCash Server MCP бесплатный?
Да, FlatCash Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для FlatCash Server?
Нет, FlatCash Server работает без API-ключей и переменных окружения.
FlatCash Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить FlatCash Server в Claude Desktop, Claude Code или Cursor?
Открой FlatCash 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 FlatCash Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
