{
  "markdown": "# LLM Pulse MCP Server\n\nLLM Pulse is an AI visibility analytics platform for monitoring brand mentions, citations, sentiment, competitor share of voice, and GEO performance across AI search engines.\n\nThis repository contains a small runnable wrapper for the hosted LLM Pulse MCP server. It does not contain the private LLM Pulse application source code.\n\n## Hosted MCP Endpoint\n\n```text\nhttps://api.llmpulse.ai/api/v1/mcp\n```\n\nTransport: Streamable HTTP\n\nAuthentication: Bearer token\n\nCreate an LLM Pulse API key in the app, then send it as:\n\n```text\nAuthorization: Bearer llmpulse_your_key_here\n```\n\nAPI keys are available on Scale plans and above.\n\n## Local MCP Wrapper\n\nRun the wrapper with an API key to expose the hosted LLM Pulse MCP tools through stdio:\n\n```bash\nnpm install\nLLMPULSE_API_KEY=llmpulse_your_key_here npm start\n```\n\nWithout `LLMPULSE_API_KEY`, the wrapper still starts and exposes a read-only setup/status tool. This lets registries verify that the server starts and responds to MCP introspection without requiring a secret.\n\n## Docker\n\n```bash\ndocker build -t llmpulse-mcp .\ndocker run --rm -i -e LLMPULSE_API_KEY=llmpulse_your_key_here llmpulse-mcp\n```\n\n## What It Provides\n\n- Project and competitor dimensions\n- AI visibility, mention rate, citation rate, and weighted visibility metrics\n- Brand mentions, citations, sources, sentiments, and prompt execution data\n- Share of voice and top source analytics\n- Recommendation, GEO Writer, Search Console, and AI traffic data where plan access allows\n\n## Documentation\n\n- API docs: https://api.llmpulse.ai/api-docs\n- OpenAPI: https://api.llmpulse.ai/openapi.json\n- Product site: https://llmpulse.ai\n\n## Example MCP Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"llm-pulse\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://api.llmpulse.ai/api/v1/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer llmpulse_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Support\n\nQuestions? Contact `info@llmpulse.ai`.\n",
  "bytes": 1990,
  "sha": "100e3ab21e73bc8872e393596a029011c890b7b2363fd081b028df8bf02e83ae",
  "repo_slug": "llm-pulse/llmpulse-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_llm_pulse_llmpulse_mcp_d950b89b/readme"
}