gl.parse/mcp✓
gl.parse/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "gl.parse/mcp",
"description": "See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources.",
"repository": {
"url": "https://github.com/Parsegl/parse",
"source": "github",
"subfolder": "mcp-npm"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@parse-gl/mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.parse.gl/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}