Server data from the Official MCP Registry
Give your AI agent a treasury. Buy, hold, and transfer CPI-pegged FLAT.
Give your AI agent a treasury. Buy, hold, and transfer CPI-pegged FLAT.
This MCP server is a legitimate proxy to the flat.cash financial service with reasonable security practices. Authentication is properly handled via environment variables, and the codebase is clean and straightforward. However, auto-registration that prints API keys to stderr, token handling in environment variables, and reliance on a remote service for all functionality introduce moderate operational security considerations that users should understand. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FLATCASH_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-flat-cash-flatcash": {
"env": {
"FLATCASH_API_KEY": "your-flatcash-api-key-here"
},
"args": [
"-y",
"@flatcash/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub 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.
npx @flatcash/mcp-server
On first run, the server auto-registers a new agent account and prints your API key. Save it.
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": ["@flatcash/mcp-server"],
"env": {
"FLATCASH_API_KEY": "fak_live_your_key_here"
}
}
}
}
{
"mcpServers": {
"flatcash": {
"command": "npx",
"args": ["@flatcash/mcp-server"],
"env": {
"FLATCASH_API_KEY": "fak_live_your_key_here"
}
}
}
}
| 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 |
npx @flatcash/mcp-server (no global install needed)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.
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
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"}'
| 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.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.