{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_4jy83pf5pxgy","handle":"inspirehep-mcp","url":"https://wellknown.network/agents/inspirehep-mcp","links":{"self":"https://wellknown.network/agents/inspirehep-mcp/record.json","html":"https://wellknown.network/agents/inspirehep-mcp","markdown":"https://wellknown.network/agents/inspirehep-mcp/record.md","api":"https://wellknown.network/api/v1/agents/inspirehep-mcp","status":"https://wellknown.network/api/v1/agents/inspirehep-mcp/status","claim":"https://wellknown.network/agents/inspirehep-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/inspirehep-mcp/claim.json","badge":"https://wellknown.network/agents/inspirehep-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/inspirehep-mcp/history","tools":"https://wellknown.network/api/v1/agents/inspirehep-mcp/tools"},"ard":{"identifier":"urn:air::server:inspirehep-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"inspirehep-mcp","summary":"MCP server for InspireHEP - integrate high-energy physics literature resources with LLMs","description":"# InspireHEP MCP Server\n\nAn [MCP](https://modelcontextprotocol.io/) server that integrates [InspireHEP](https://inspirehep.net/) high-energy physics literature with LLMs. Search papers, explore citations, retrieve author metrics, and generate formatted references.\n\n## Installation\n\n```bash\n# Using pip\npip install inspirehep-mcp\n\n# Or run directly with uvx (no install needed)\nuvx inspirehep-mcp\n```\n\n<details>\n<summary>Install from source</summary>\n\n```bash\ngit clone https://github.com/MohamedElashri/inspirehep-mcp.git\ncd inspirehep-mcp\nuv sync\nuv run inspirehep-mcp\n```\n</details>\n\n## Remote endpoint deployment\n\nThe installed command remains a stdio server by default, so existing desktop\nconfigurations continue to work. To run it natively as a remote MCP endpoint,\nselect the Streamable HTTP transport:\n\n```bash\nINSPIREHEP_ALLOWED_HOSTS=\"mcp.example.org\" \\\n  INSPIREHEP_HTTP_RATE_LIMIT=60 \\\n  inspirehep-mcp --transport streamable-http --host 0.0.0.0 --port 8000\n```\n\nThe MCP endpoint is `http://localhost:8000/mcp` and the unauthenticated health\nprobe is `http://localhost:8000/health`. `PORT` is also honored when a hosting\nplatform injects it. Put the service behind HTTPS for internet deployment.\n\n### Docker\n\nRelease tags publish a container to the GitHub Container Registry. The image\nuses Streamable HTTP by default:\n\n```bash\ndocker run --rm -p 8000:8000 \\\n  ghcr.io/mohamedelashri/inspirehep-mcp:latest\n```\n\nFor a public hostname, add it to the host allowlist:\n\n```bash\ndocker run --rm -p 8000:8000 \\\n  -e INSPIREHEP_ALLOWED_HOSTS=\"mcp.example.org\" \\\n  -e INSPIREHEP_HTTP_RATE_LIMIT=60 \\\n  ghcr.io/mohamedelashri/inspirehep-mcp:latest\n```\n\nThe image runs as a non-root user, has a built-in health check, and uses\nstateless JSON responses so replicas do not need shared MCP session state.\n\n### Docker Compose\n\nThe included [`docker-compose.yml`](docker-compose.yml) can build the current\ncheckout or run the published image:\n\n```bash\n# Local deployment\ndocker compose up --build -d\n\n#…","publisher":null,"homepage":"https://github.com/MohamedElashri/inspirehep-mcp","repository":"https://github.com/MohamedElashri/inspirehep-mcp","version":"0.3.0","license":"AGPL-3.0","protocols":["mcp"],"tags":["arxiv","citations","hep","inspirehep","llm","mcp","physics"],"pricing":null,"endpoints":[{"url":"pypi:inspirehep-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"research.academic","name":"Academic Research","confidence":1,"provenance":"declared"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.779,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","research"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"inspirehep-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:01.991Z","publishedAt":"2026-09-04T10:48:16.197451Z","latestVersion":"0.3.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"inspirehep-mcp","url":"https://pypi.org/project/inspirehep-mcp/","firstSeenAt":"2026-09-09T22:21:43.124Z","fetchedAt":"2026-09-15T21:20:03.967Z","normalizedAt":"2026-09-15T21:20:03.967Z"}]},"firstSeenAt":"2026-09-09T22:21:43.124Z","updatedAt":"2026-09-15T21:22:01.991Z"}