parse-mcp
Public Parse MCP server for AI visibility research
Documentation
Parse MCP
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, content, PR, and listing work.
Hosted MCP endpoint:
`https://mcp.parse.gl/mcp`
Install
The easiest install path is the published npm shim:
npx -y -p @parse-gl/mcp parse-mcpThat command starts a local stdio bridge which proxies to the hosted Parse MCP server at `https://mcp.parse.gl/mcp`.
For LLM/agent-focused setup notes, see llms-install.md.
What Is Included
- `mcp-worker/`: Cloudflare Worker source for the hosted Streamable HTTP MCP server.
- `npm/`: `parse-gl-mcp` npm shim that runs the hosted server through package-local `mcp-remote`.
- `mcp-bundle/`: MCPB bundle metadata and node entry point.
Tools
- `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.
- `search` and `fetch`: Compatibility aliases for clients that expect those names.
Resources
- `parse://showcase-brands`
- `parse://niches`
- `parse://glossary`
Prompts
- `compare-brands`
- `audit-my-brand`
- `industry-leaders`
- `source-opportunities`
- `prompt-set-planner`
- `ai-visibility-30-day-plan`
Use With Claude Desktop
{
"mcpServers": {
"parse": {
"command": "npx",
"args": ["-y", "-p", "@parse-gl/mcp", "parse-mcp"]
}
}
}Use With Remote-HTTP Clients
Clients that support hosted MCP endpoints directly can connect to:
{
"mcpServers": {
"parse": {
"transport": "http",
"url": "https://mcp.parse.gl/mcp"
}
}
}Run The NPM Shim Locally
cd npm
npm ci
npm test
npx -y -p @parse-gl/mcp parse-mcpDevelop The Worker
cd mcp-worker
npm ci
npm test
npm run typecheckCopy `mcp-worker/wrangler.example.toml` to `mcp-worker/wrangler.toml` and fill in your own Cloudflare account, route, and KV namespace IDs. Store secrets with `wrangler secret put`; do not commit them.
Required worker secrets:
- `WORKER_HASH_SALT`
- `CF_ORIGIN_VERIFY_SECRET`, if your Parse origin requires it
- `VERCEL_AUTOMATION_BYPASS_SECRET`, if your Vercel project requires it
- `MCP_INTERNAL_SECRET`, if enabling the internal usage endpoint
Security Notes
- Raw IP addresses are hashed at the worker boundary before rate limiting or telemetry.
- User-Agent values are reduced to a client-family label before persistence.
- Origin validation is strict for browser clients; missing Origin is allowed for native MCP clients.
- Upstream verification and bypass secrets are sent only as HTTP headers.
- This public repository intentionally excludes `.env`, `.wrangler`, `.claude`, and `node_modules`.
Frequently asked questions
What is parse-mcp?
parse-mcp is Public Parse MCP server for AI visibility research
How do I install parse-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is parse-mcp open source?
Yes — it is hosted on GitHub at https://github.com/Parsegl/parse-mcp and has 2 stars.
Related MCP tools
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Open-source cross-agent memory layer for coding agents via MCP. Compatible with Claude Code, Codex, Cursor, Windsurf, Gemini CLI, Antigravity, OpenClaw, Hermes Agent, Oh-my-Pi, Pi, Copilot, Kiro, OpenCode, and Trae.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP