Open Pitch MCP Server

The open, real-time intelligence layer for AI startups - that any agent can build on. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 7 · #260 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Open Pitch

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add avierovich-openpitch -- uvx openpitch-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "avierovich-openpitch": {
      "command": "uvx",
      "args": [
        "openpitch-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-06 - young repo, little track record yet

license MIT - declared in the repository

pypi package openpitch-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Avierovich is GitHub-verified and matches the repo owner

03 · What Open Pitch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.3 · 2026-07-09

MCP payload fix (found via an independent third-party install): what_moved/get_events/search are now bounded - newest-first, a limit param, total/truncated fields, a default 30-day window on what_moved, and slimmed…

v0.1.2 · 2026-07-06

Fixes the MCP Registry ownership markers to use the case-exact namespace (io.github.Avierovich). No functional changes - see v0.1.1 for the feature release.

v0.1.1 · 2026-07-06

Highlights · uvx openpitch-mcp now works directly - new thin launcher package on PyPI · Official MCP Registry metadata (server.json, io.github.avierovich/openpitch) · News ingestion overhaul: signal-ranked headlines…

04 · Who maintains Open Pitch

OpenPitch is maintained by avierovich. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #260 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-09)
registry
io.github.Avierovich/openpitch (active, first published 2026-07-06 · 2 versions)
packages
pypi:openpitch-mcp

06 · Open Pitch FAQ

What is Open Pitch?

The open, real-time intelligence layer for AI startups - that any agent can build on. It runs locally over stdio via the published package.

Is Open Pitch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Open Pitch?

Run `uvx openpitch-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Open Pitch run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Open Pitch