MCP Server
MCP
io.github.massanaRoger/extracto-mcp
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "extracto-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Extracto API key from https://app.getextracto.dev/keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EXTRACTO_API_KEY"
},
{
"description": "Override the API host (defaults to https://app.getextracto.dev)",
"format": "string",
"name": "EXTRACTO_BASE_URL"
},
{
"description": "Per-request timeout in milliseconds (default 90000)",
"format": "string",
"name": "EXTRACTO_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment