mcpbeat Sign in

Flipside MCP Server

local only

Flipside MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Flipside Crypto SQL API: run queries, check status, fetch results.

Installs / week
npm · flipside-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Flipside MCP 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 flipside-mcp -- npx -y flipside-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flipside-mcp": {
      "args": [
        "-y",
        "flipside-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flipside-mcp]
command = "npx"
args = ["-y", "flipside-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "flipside-mcp": {
      "args": [
        "-y",
        "flipside-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flipside-mcp": {
      "args": [
        "-y",
        "flipside-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Flipside MCP

same job, measured the same way
Surrealdb MCP
by mrfentmen

MCP server for SurrealDB: version check, SQL queries. Works with any instance.

local only
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

41 installs/wk local only
Drupal Code Query
by tresbien

Drupal core API changes, contrib usage, upgrade readiness, patch verdicts, code search, SQL.

16 tools answering
SQL Formatter MCP
by mrfentmen

Format SQL queries into readable layouts locally. No network and no key.

104 installs/wk local only
A2db
by agentic-eng

Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.

102 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
QuestDB Web Console MCP Server
by questdb

Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.

60 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only

Flipside MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Flipside MCP?
Flipside MCP 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 flipside-mcp.
How do I connect Flipside MCP?
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 flipside-mcp straight from npm; nothing to host, nothing to sign up for.
Is Flipside MCP 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.