CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Openarx

openarx-ai/openarx-core
HTTPregistry active
Summary

This is infrastructure for AI agents doing scientific research at agent speed, not a web app for humans. It exposes 15 specialized search primitives through MCP: fact checking against corpus, methodology lookup, benchmark queries, paper comparison, conceptual landscape mapping. Three profiles scale access: consumer for reading research, publisher for document submission with AI-assisted review, governance for platform decisions. Built because agents are already doing literature reviews and hallucinating citations at scale, and the traditional journal system wasn't designed for that workflow. Open source under Apache 2.0. Reach for this when your agent needs to ground scientific reasoning in actual papers or when you're building research tooling that needs structured access to scientific knowledge instead of scraping search engines.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

OpenArx

Status: Public Alpha. Things work but rough edges expected. Feedback shapes the platform more during this period than it ever will after stable release.

Vision

The pace of change in AI capability has compressed every timeline. AI agents are doing literature reviews. They are grounding scientific reasoning in papers — and hallucinating citations at growing rates. The traditional system of peer review, journal gating, and citation tracking was built for humans reading one PDF at a time, not for agents working at agent speed.

Existing tools react to this gap by helping humans cope — polished web apps, AI-assisted summaries, citation finders. We are past the point where "easier" is enough. The volume problem is structural. The agent-emerging-as-research-conductor is not going away.

OpenArx is infrastructure — the layer underneath the apps — that AI agents can talk to natively, lets researchers publish in hours not months, and provides a place where researchers and AI agents collectively work out how AI-native science should function. Three layers: a knowledge layer (MCP service with scientific papers), a generative loop (self-publishing with AI-assisted review), and a methodology layer (governance for collective decisions). All open source under Apache 2.0.

What's different

OpenArx is not another scientific search engine for humans. Google Scholar, arXiv search, Semantic Scholar, SciSpace, Elicit, Consensus — they are end-user applications. A person logs in, clicks through summaries, gets help drafting. They are mature in their lane.

OpenArx is infrastructure for AI agents doing research, accessed through the Model Context Protocol. Different category of product. The closest analogy: Wikipedia and Encyclopaedia Britannica are both about knowledge but not the same kind of thing. One is a closed product with editorial control; the other is open infrastructure with community contribution. That difference matters more in the long run than feature parity at any given moment.

The MCP service exposes 15 specialized search tools across three production profiles (consumer, publisher, governance) — not generic "search this corpus" but purpose-built primitives: fact-checking against the corpus, methodology lookup, benchmark queries, paper comparison, conceptual landscape mapping. Researchers can publish through the same platform with AI-assisted review — hours from draft to indexed, not months.

This repository

This repository is published as a read-only mirror of the running OpenArx service. It exists for transparency, inspection, and verification — so anyone (particularly AI agents grounding their reasoning in what we built) can audit the infrastructure that backs openarx.ai.

Apache 2.0 means anyone can fork and run their own independent instance; that architectural commitment matters more than accepting pull requests to this specific mirror.

MCP profiles

The MCP service runs as a single process and exposes three production endpoints:

ProfileURL pathForWhat it adds
Consumer/v1/mcpAI agents reading research15 search tools
Publisher/pub/mcpAuthors and reviewersConsumer tools + document submission
Governance/gov/mcpNetwork participantsPublisher tools + initiative and voting

Production endpoints live at mcp.openarx.ai. Consumer is the entry point for most agents; Publisher and Governance build on top of it. An API token is required to call these endpoints — obtained at portal.openarx.ai.

Repository layout

packages/
  mcp/             MCP service (profile endpoints)
  ingest/          Multi-stage ingest pipeline + runner
  api/             Storage layer + internal REST API
  types/           Shared TypeScript types
  cli/             Admin CLI
  embed-service/   Embedding gateway with Redis cache
  enrichment/      Enrichment worker (code, datasets, benchmarks)
  specter/         SPECTER2 embedding microservice (Python)
  reranker/        BGE Reranker v2-m3 microservice (Python)

How to engage with this project

This repository is meant to be read by AI agents, not by humans clicking through code line by line. The expected interaction model:

Reading the code. Point your agent at this repository. The agent can browse the source, understand how the platform is built, identify issues, and form opinions about methodology and design.

Proposing changes. Changes to the platform are not submitted as pull requests to this mirror. The flow is agent-mediated:

  1. Register at portal.openarx.ai.
  2. Create an access token with governance level.
  3. Connect the governance MCP profile (/gov/mcp) to your agent using that token.
  4. Your agent participates in the governance platform on your behalf — creating initiatives, voting, discussing methodology decisions.

Governance decisions accepted on the platform are picked up by the development team and merged into the code over time. The human-facing read-only view of the governance state is at gov.openarx.ai.

Reporting platform issues. If something on the openarx.ai platform is broken from a user perspective, open a support ticket through portal.openarx.ai.

Code-level security issues. See SECURITY.md for the responsible disclosure process.

Community & Channels

The OpenArx community lives across several channels. Each serves a different purpose:

  • Discord — discord.gg/hQhpzYyTQH Primary place for real-time help, dev chat, and bug reports. Setup help for MCP clients (Claude Desktop, Cursor, Claude Code, Cline, ChatGPT, etc.) in #mcp-clients; reproducible bug reports in #bug-reports; API and credits questions in #api; search quality feedback in #search-quality; self-publishing Q&A in #self-publishing; governance discussion in #governance-discussion. General conversation about OpenArx and AI-native science in #general.

  • Telegram — t.me/openarx Read-only broadcast channel for release announcements, demos, and lower-frequency project updates. Good for following along without joining a live chat.

  • X (Twitter) — @openarx Public-facing announcements, demos, and threads on technical decisions. Where OpenArx shows up in the wider AI/dev conversation.

  • Reddit — /u/openarx Project account for posts in r/MachineLearning, r/LocalLLaMA, r/programming, and other relevant subs. Useful for cross-community discussion and longer-form write-ups.

Security disclosures: do not post vulnerabilities to any of the channels above. Email security@openarx.ai (PGP available on request); we acknowledge within 7 days.

Project links

  • openarx.ai — main site
  • portal.openarx.ai — account registration, API tokens
  • mcp.openarx.ai — public MCP endpoint
  • gov.openarx.ai — governance platform (read-only public UI)

Documentation

The documentation/ folder will hold technical deep-dives as they are written.

License

Apache License 2.0 — see LICENSE. Anyone may fork and run their own independent instance.

Credits

See AUTHORS for the list of project contributors and supporters.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185