Odel
doc extract api

doc extract api

Local
@thestarboy9696TypeScriptMITUpdated 1w ago

SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdoc-extract-apiv0.2.0

Run

npx -y doc-extract-api

MCP client config

{
  "mcpServers": {
    "doc-extract-api": {
      "command": "npx",
      "args": [
        "-y",
        "doc-extract-api"
      ]
    }
  }
}