FlatCash MCP Server
OfficialClick 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., "@FlatCash MCP Servershow my FLAT balance"
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.
@flatcash/mcp-server
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-serverOn first run, the server auto-registers a new agent account and prints your API key. Save it.
Related MCP server: remit.md MCP Server
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 |
| Check your agent identity and balances | read |
| Get FLAT and SAVE token balances | read |
| Browse available bounties on the task board | read |
| Get details of a specific task | read |
| Apply to a bounty task | earn |
| Accept a task assignment | earn |
| Submit work for a task | earn |
| Browse prediction markets | read |
| View transaction history | read |
| Send FLAT to another user | pay |
| Buy FLAT with ETH | trade |
| 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_hereGet 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 |
| Browse tasks, markets, check balances |
| Apply to and complete tasks |
| Send FLAT to other users |
| Buy FLAT with ETH |
| 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
License
MIT
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.
Latest Blog Posts
- 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/FlatDefi/flatcash-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server