mcpbeat Sign in

Opensecrets MCP Server

local only

Opensecrets MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for OpenSecrets: money in U.S. politics. Needs a free API key.

Installs / week
npm · opensecrets-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

Alternatives to Opensecrets MCP

same job, measured the same way
Fauna MCP
by mrfentmen

MCP server for Fauna: collections, FQL queries. Needs a database secret.

local only
q-ring
by i4ctime

OS keychain secrets for AI coding agents, over MCP.

288 installs/wk local only
OpenGraph.io MCP Server
by securecoders

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

310 installs/wk local only
DNSFilter
by wyre-ai

MCP server for DNSFilter's DNS security/filtering API.

local only
Janee
by rsdouglas

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

77 installs/wk local only
MCP Modal Server
by george-bobby

MCP server for managing Modal apps, containers, volumes, and secrets.

1 124 installs/wk local only
Vibescan MCP Server
by aguantar

MCP server for VibeScan — scan projects for leaked secrets and security issues

68 installs/wk local only
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

53 installs/wk local only

Opensecrets MCP — questions

Answers built from our own checks of this server.

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