Odel
autoxingtech

autoxingtech

@doc2mcp2Updated 2mo ago

MCP server for autoxingtech documentation, generated by doc2mcp.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

doc2mcp

Paste docs → get a hosted MCP server for Cursor, Claude & VS Code

Turn any documentation URL into a live Model Context Protocol server in under 60 seconds.

Live MCP Registry npm GitHub stars License: MIT

doc2mcp on Product Hunt

Try it free · Docs · Marketplace · Pricing

Star this repo — it helps developers discover doc2mcp on GitHub and the MCP Registry.


What is this repo?

This is the public face of doc2mcp on GitHub:

RepoVisibilityPurpose
doc2mcp/doc2mcp-registry (this repo)PublicMCP Registry manifest, badges, discovery
doc2mcp/doc2mcpPrivateProduct code (not open source)

The live product runs at doc2mcp.site. Source code stays private so the platform cannot be copied.

How it works

  1. Sign in at doc2mcp.site/login
  2. Paste a docs URL (Stripe, LangChain, your own Mintlify site, OpenAPI, GitHub repo…)
  3. Get a hosted MCP URL + Bearer token
  4. Paste into Cursor / Claude / VS Code mcp.json
  5. Every MCP you create is auto-listed on the official MCP Registry as io.github.doc2mcp/<slug>
{
  "mcpServers": {
    "my-docs": {
      "url": "https://doc2mcp.site/api/mcp/{project_id}/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

CLI

npm install -g doc2mcp
doc2mcp login
doc2mcp https://docs.example.com

MCP Registry

EntryNamespace
Platform gatewayio.github.doc2mcp/doc2mcp
Your converted docsio.github.doc2mcp/<slug> (auto-published on each conversion)

Gateway manifest (server.json)

This repo publishes the canonical platform record via GitHub OIDC when you push a v* tag:

git tag v1.0.2
git push origin v1.0.2

Workflow: .github/workflows/publish-mcp.yml

Why a separate public repo?

The MCP Registry grants namespace io.github.doc2mcp/* only to workflows running inside the doc2mcp GitHub org. This small public repo holds the OIDC publish manifest — not the product source.

Links

License

The server.json manifest in this repo is MIT. The doc2mcp product code is proprietary and not distributed in this repository.