Catalog
Extracto MCP
Officialby massanaRoger · TypeScript
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
Extract and validate structured JSON data from any URL using a custom schema.
README not available yet.
Install
Configuration
Environment variables
EXTRACTO_API_KEYrequiredsecretYour Extracto API key from https://app.getextracto.dev/keys
EXTRACTO_BASE_URLOverride the API host (defaults to https://app.getextracto.dev)
EXTRACTO_TIMEOUT_MSPer-request timeout in milliseconds (default 90000)
claude_desktop_config.json
{
"mcpServers": {
"extracto-mcp": {
"command": "npx",
"args": [
"-y",
"extracto-mcp@0.1.2"
],
"env": {
"EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<YOUR_EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<YOUR_EXTRACTO_TIMEOUT_MS>"
}
}
}
}