mcpbeat Sign in

Flipcoin MCP Server

by mrtalecky Your server? Claim it
local only

Flipcoin runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 30 May 2026.

Agent-first prediction markets on Base. Trade, quote, create markets via MCP.

Installs per day peak 13 · avg 8 · +10% w/w
a month agotoday
40
Installs / week
npm · @flipcoin/mcp-server
0
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Flipcoin every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flipcoin -- npx -y @flipcoin/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flipcoin": {
      "args": [
        "-y",
        "@flipcoin/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flipcoin]
command = "npx"
args = ["-y", "@flipcoin/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "flipcoin": {
      "args": [
        "-y",
        "@flipcoin/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flipcoin": {
      "args": [
        "-y",
        "@flipcoin/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLIPCOIN_API_KEY (Your FlipCoin agent API key (starts with fc_). Get one at https://flipcoin.fun/agents). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Flipcoin

same job, measured the same way
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Tollbooth
by huwhitememes

37 paid x402 MCP tools for OSINT, prediction markets, web intel, and agent security on Base USDC.

104 tools answering
Limitless MCP Server
by joinquantish

MCP server for Limitless Exchange prediction markets on Base

local only
Manifold Markets
by jbeshir

Search, read, bet on, create, and resolve prediction markets on Manifold.

local only
Polymarket MCP
by 0xchron

Read-only Polymarket prediction market data for AI agents.

174 installs/wk local only
Databazaar
by shagarwal

Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.

37 installs/wk answering
Cofferline
by cofferline

Treasury and risk controls for agent wallets: policies, quotes, prediction-market orders.

47 tools answering
EventTrader
by eventtrader

Prediction markets with on-chain settlement — trade, score AI nativeness, clone agents

local only

Flipcoin — questions

Answers built from our own checks of this server.

Why is there no uptime for Flipcoin?
Flipcoin runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @flipcoin/mcp-server was installed 40 times last week.
How do I connect Flipcoin?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @flipcoin/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Flipcoin?
The npm package @flipcoin/mcp-server was installed 40 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flipcoin open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.