← Back to Plugins
MCP Server MCP

io.github.mehtaphysical13/pdf-tables-mcp

github By github 👁 1 views ▲ 0 votes

Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://pdf-tables-mcp.vercel.app/api/mcp",
      "headers": [
        {
          "value": "Bearer {api_key}",
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your pdf-tables API key. Get a free one (50 pages/month, no card) at https://pdf-tables-mcp.vercel.app",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...