MCP Server
MCP
io.github.mehtaphysical13/pdf-tables-mcp
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
By
Comments
Sign in to leave a comment