extracto-mcp
About
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EXTRACTO_API_KEY EXTRACTO_BASE_URL EXTRACTO_TIMEOUT_MSClaude Code
claude mcp add --env EXTRACTO_API_KEY= --env EXTRACTO_BASE_URL= --env EXTRACTO_TIMEOUT_MS= extracto-mcp -- npx extracto-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"extracto-mcp","command":"npx","args":["extracto-mcp"],"env":{"EXTRACTO_API_KEY":"","EXTRACTO_BASE_URL":"","EXTRACTO_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"extracto-mcp": {
"command": "npx",
"args": [
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "",
"EXTRACTO_BASE_URL": "",
"EXTRACTO_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.