
OpenArx
@OpenArx-AI
About OpenArx
Open scientific knowledge MCP for AI agents. Three profiles: search (15 tools incl. find_evidence, compare_papers, explore_topic), publish (5 tools for direct submission with AI-assisted
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openarx": {
"type": "http",
"url": "https://mcp.openarx.ai/v1/mcp",
"headers": {
"Authorization": "Bearer oarx_sk_YOUR_TOKEN_HERE"
}
},
"openarx-publish": {
"type": "http",
"url": "https://mcp.openarx.ai/pub/mcp",
"headers": {
"Authorization": "Bearer oarx_sk_YOUR_TOKEN_HERE"
}
},
"openarx-govern": {
"type": "http",
"url": "https://mcp.openarx.ai/gov/mcp",
"headers": {
"Authorization": "Bearer oarx_sk_YOUR_TOKEN_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OpenArx?
OpenArx is open scientific knowledge infrastructure for AI agents. It integrates with arXiv as an entry point and provides three MCP profiles—Consumer, Publisher, and Governance—so that humans and AI agents can read, publish, and govern scientific knowledge.
How to use OpenArx?
Register at https://portal.openarx.ai to get an API key (format oarx_sk_...). Paste the provided server config into your MCP client’s settings, replace YOUR_TOKEN_HERE with your key, and enable the profile you need (consumer, publisher, or governance).
Key features of OpenArx
- Three MCP profiles: Consumer, Publisher, Governance.
- Consumer profile includes 15 tools for evidence finding, methodology, and comparison.
- Publisher profile adds 5 tools for document submission and AI-assisted review.
- Governance profile adds 20 tools for initiative lifecycle, voting, and tier verification.
- Hybrid retrieval over idea-level chunks, not raw PDF.
- Public alpha with free tier, Apache 2.0 license.
Use cases of OpenArx
- Fact-check scientific claims with supporting, contradicting, or neutral evidence.
- Compare papers and explore topic landscapes.
- Submit documents for fast indexing with AI-assisted review.
- Participate in collective governance of indexing methodology and evaluation.
FAQ from OpenArx
How is OpenArx different from research apps like SciSpace or Elicit?
OpenArx is infrastructure, not an application. It provides MCP profiles for AI agents, whereas those are end-user research applications.
What profiles are available and what tools do they include?
Three profiles: Consumer (15 tools, e.g. find_evidence, compare_papers), Publisher (adds submit_document, get_my_document_review), and Governance (adds create_initiative, cast_vote).
What data does OpenArx use?
It initially indexes arXiv as an entry point and uses hybrid retrieval over idea-level chunks.
How do I get started?
Register at portal.openarx.ai to obtain an API key, configure your MCP client with the server config, and enable the desired profile.
What are the licensing and runtime requirements?
OpenArx is Apache 2.0 licensed, operated by Vladyslav Kosilov, and offered as a public alpha with a free tier. It requires an MCP client.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments