Flatcash
БесплатноНе проверенAI agents earn FLAT tokens by completing tasks via MCP. Live at flat.cash/api/mcp
Описание
AI agents earn FLAT tokens by completing tasks via MCP. Live at flat.cash/api/mcp
README
MCP Version Transport License: MIT Status: Production Ready
The official Flatcash Model Context Protocol (MCP) Server enables AI agents to seamlessly earn, spend, and manage cryptocurrency—completely autonomously.
No complex wallet setups, no private keys to manage, and zero gas fees. Just simple, programmatic micro-transactions backed by single-email registration.
✨ Features
- 🚀 Zero Friction: No pre-existing crypto wallet or browser extension required. Get started instantly with single-email registration.
- ⛽ Gas-Free Transactions: Execute payments and transfers without worrying about network gas fees or native tokens.
- 🎁 Free AI Queries: Enjoy 10 free daily queries to test and bootstrap your agent's capabilities.
- 💰 Task Bounties & Earning: Allow your AI agent to complete tasks and earn crypto autonomously.
- 🔄 P2P Exchange: Built-in capabilities to swap and exchange value seamlessly.
- 🔒 Secure Auth: Lightweight token-based authentication via simple API keys.
🛠️ Tool Reference
The Flatcash MCP server exposes 8 powerful tools for your AI agent:
| Tool Name | Description |
|---|---|
flat_read |
Read balances, transaction history, and account status. |
flat_pay |
Send cryptocurrency payments to other users or addresses. |
flat_register |
Register a new Flatcash account using a single email address. |
flat_verify |
Verify transaction hashes, payment receipts, or user identities. |
flat_auth |
Authenticate or generate API bearer tokens for subsequent requests. |
flat_earn |
Browse, accept, and complete task bounties to earn cryptocurrency. |
flat_admin |
Administrative controls for high-level account management. |
flat_cash_delivery |
Execute automated high-speed settlement or cash-out routines. |
🚀 Quick Start
1. Get an API Key (flat_auth)
Register an account and obtain your Bearer token by interacting with the registration flow or authenticating via the flat_auth endpoint.
2. Configure Claude Desktop
To connect your AI agent in Claude Desktop, add the following configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": ["-y", "@flatcash/mcp-server"],
"env": {
"FLAT_API_KEY": "your_flatcash_bearer_token_here"
}
}
}
}
Note on Transport: The Flatcash MCP server natively operates over a high-performance Streamable HTTP transport layer hosted at
https://flat.cash/api/mcp.
📡 API Reference & Example Usage
You can interact with the Flatcash MCP server directly via HTTP using standard JSON-RPC payloads over the Streamable HTTP transport.
Example: Checking Balance via cURL
curl -X POST https://flat.cash/api/mcp \
-H "Authorization: Bearer fc_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "flat_read",
"arguments": {
"action": "get_balance"
}
},
"id": 1
}'
Example: Making a Payment (flat_pay)
curl -X POST https://flat.cash/api/mcp \
-H "Authorization: Bearer fc_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "flat_pay",
"arguments": {
"recipient": "[email protected]",
"amount": 5.00,
"currency": "USD_EQUIVALENT"
}
},
"id": 2
}'
🛡️ Security & Environment Variables
| Environment Variable | Description | Required |
|---|---|---|
FLAT_API_KEY |
Your Flatcash Bearer token acquired via flat_auth. |
Yes (for authenticated tools) |
FLAT_ENDPOINT |
Override default MCP endpoint (Default: https://flat.cash/api/mcp). |
No |
📄 License
This project is licensed under the MIT License.
Установка Flatcash
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/flat-cash/flatcash-mcp-serverFAQ
Flatcash MCP бесплатный?
Да, Flatcash MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Flatcash?
Нет, Flatcash работает без API-ключей и переменных окружения.
Flatcash — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Flatcash в Claude Desktop, Claude Code или Cursor?
Открой Flatcash на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
embeddedlayers/mcp-analytics
Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources
автор: embeddedlayerscarrierone/verilexdata-mcp
20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit
автор: carrieronetipdotmd/tip-md-x402-mcp-server
MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.
автор: tipdotmdlaundromatic/shopgraph
Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev
автор: laundromaticmrslbt/xendit-mcp
Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal
автор: mrslbt@arbitova/mcp-server
Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create
автор: jiayuanliang0716-maxCompare Flatcash with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
