Parse MCP Server

Public Parse MCP server, npm shim, and MCPB bundle metadata.

Remote serverstreamable-http

What is the Parse MCP MCP server?

Parse MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Parse MCP directly instead of describing what you should do. Public Parse MCP server, npm shim, and MCPB bundle metadata.

What you get

Improve AI visibility research with Parse. Find how brands appear across AI-search prompts, citation sources, niches, and competitors, then turn that data into marketer-ready actions. Use the server to discover relevant brands, audit a brand's visibility profile, compare competitors, inspect high-intent prompts, identify source opportunities, and build 30-day visibility plans. Parse returns concise research briefs, fetchable result IDs, public score summaries, top prompts, top citation domains, related products, and dataset freshness signals so marketers can move from raw AI visibility data to prioritized SEO

What the assistant can call

Once Parse MCP is connected, these are the calls the assistant has available:

  • parse_search — Search brands, organic AI prompts, niches, and citation sources
  • parse_get_brand — Fetch a marketer-readable AI visibility brief for a brand
  • parse_get_prompt — Fetch one public organic prompt
  • parse_get_stats — Summarize public Parse dataset scale and freshness

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 3 environment variables: CF_ORIGIN_VERIFY_SECRET, VERCEL_AUTOMATION_BYPASS_SECRET, MCP_INTERNAL_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Parse MCP's toolset — parse_search, parse_get_brand, parse_get_prompt and 1 more — is a fair guide to whether it matches your workflow. It is maintained by parsegl; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Parse MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the parse mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
parse_searchSearch brands, organic AI prompts, niches, and citation sources.
parse_get_brandFetch a marketer-readable AI visibility brief for a brand.
parse_get_promptFetch one public organic prompt.
parse_get_statsSummarize public Parse dataset scale and freshness.

Configuration

VariableDescriptionRequired
CF_ORIGIN_VERIFY_SECRETCredential the server authenticates with.Yes
VERCEL_AUTOMATION_BYPASS_SECRETCredential the server authenticates with.Yes
MCP_INTERNAL_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Parse MCP to parse search.
  • Use Parse MCP to parse get brand.
  • Use Parse MCP to parse get prompt.

Frequently asked questions

It connects Parse MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (parse_search, parse_get_brand, parse_get_prompt, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Parse MCP directly.