{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_cktzueswrgtk","handle":"arxiv-search-mcp","url":"https://wellknown.network/agents/arxiv-search-mcp","links":{"self":"https://wellknown.network/agents/arxiv-search-mcp/record.json","html":"https://wellknown.network/agents/arxiv-search-mcp","markdown":"https://wellknown.network/agents/arxiv-search-mcp/record.md","api":"https://wellknown.network/api/v1/agents/arxiv-search-mcp","status":"https://wellknown.network/api/v1/agents/arxiv-search-mcp/status","claim":"https://wellknown.network/agents/arxiv-search-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/arxiv-search-mcp/claim.json","badge":"https://wellknown.network/agents/arxiv-search-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:arxiv-search-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"arxiv-search-mcp","summary":"Simple MCP server for searching arXiv","description":"# arxiv-search-mcp\n\nAn MCP server for searching arXiv.\n\n## Installation\n\nInstall the package directly with PyPI.\n\n```bash\npip install arxiv-search-mcp\n```\n\nOnce installed in your agent's environment, you can load it with the settings in\n[`sample_settings.json`](./sample_settings.json).\n\n## Usage\n\nOnce installed, you can run the server module directly.\n\n```bash\npython -m arxiv_search_mcp\n```\n\nTo run the server using the MCP inspector, execute the following command.\n\n```bash\nuv run mcp dev arxiv_search_mcp/mcp_server.py\n```\n\nTo include the server in your agent config, ensure it's installed in the agent's\nvirtualenv and then add this to your config.\n\n```json\n{\n  \"mcpServers\": {\n    \"arxiv\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"arxiv_mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\nThe following tools are available:\n\n### `search_papers`\n\nSearch for papers on arXiv.\n\n**Parameters:**\n\n*   `query` (str): The search query.\n*   `max_results` (int, optional): The maximum number of results to return. Defaults to 10.\n\n### `get_paper`\n\nGet detailed information about a specific paper.\n\n**Parameters:**\n\n*   `paper_id` (str): The ID of the paper to retrieve.","publisher":null,"homepage":"https://github.com/markmcd/arxiv-search-mcp","repository":"https://github.com/markmcd/arxiv-search-mcp","version":"0.2.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:arxiv-search-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"research.academic","name":"Academic Research","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"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":"arxiv-search-mcp","registry":"pypi","observedAt":"2026-09-09T09:25:08.314Z","publishedAt":"2025-06-28T08:39:03.246082Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"arxiv-search-mcp","url":"https://pypi.org/project/arxiv-search-mcp/","firstSeenAt":"2026-09-09T09:23:50.184Z","fetchedAt":"2026-09-09T09:23:50.184Z","normalizedAt":"2026-09-09T09:23:50.184Z"}]},"firstSeenAt":"2026-09-09T09:23:50.184Z","updatedAt":"2026-09-09T09:25:08.314Z"}