Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Flatcash

FreeNot checked

AI agents earn FLAT tokens by completing tasks via MCP. Live at flat.cash/api/mcp

GitHubEmbed

About

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.

from github.com/flat-cash/flatcash-mcp-server

Installing Flatcash

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/flat-cash/flatcash-mcp-server

FAQ

Is Flatcash MCP free?

Yes, Flatcash MCP is free — one-click install via Unyly at no cost.

Does Flatcash need an API key?

No, Flatcash runs without API keys or environment variables.

Is Flatcash hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Flatcash in Claude Desktop, Claude Code or Cursor?

Open Flatcash on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

$5

Stripe

Payments, customers, subscriptions

Stripeby Stripe

malamutemayhem/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

malamutemayhemby malamutemayhem

whiteknightonhorse/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

whiteknightonhorseby whiteknightonhorse

trackerfitness729-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

trackerfitness729-jpgby trackerfitness729-jpg

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

embeddedlayersby embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneby carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdby tipdotmd

laundromatic/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

laundromaticby laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtby 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-maxby jiayuanliang0716-max

Compare Flatcash with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs