Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"arxiv-search-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# arxiv-search-mcp An MCP server for searching arXiv. ## Installation Install the package directly with PyPI. ```bash pip install arxiv-search-mcp ``` Once installed in your agent's environment, you can load it with the settings in [`sample_settings.json`](./sample_settings.json). ## Usage Once installed, you can run the server module directly. ```bash python -m arxiv_search_mcp ``` To run the server using the MCP inspector, execute the following command. ```bash uv run mcp dev arxiv_search_mcp/mcp_server.py ``` To include the server in your agent config, ensure it's installed in the agent's virtualenv and then add this to your config. ```json { "mcpServers": { "arxiv": { "command": "python", "args": ["-m", "arxiv_mcp"] } } } ``` ## Tools The following tools are available: ### `search_papers` Search for papers on arXiv. **Parameters:** * `query` (str): The search query. * `max_results` (int, optional): The maximum number of results to return. Defaults to 10. ### `get_paper` Get detailed information about a specific paper. **Parameters:** * `paper_id` (str): The ID of the paper to retrieve.
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.