io.github.massanaRoger/extracto-mcp MCP Server
io.github.massanaRoger/extracto-mcp
What is the io.github.massanaRoger/extracto-mcp MCP server?
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
How to install io.github.massanaRoger/extracto-mcp
Copy-paste configuration for popular MCP clients.
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)
{
"mcpServers": {
"extracto-mcp": {
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<YOUR_EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<YOUR_EXTRACTO_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"extracto-mcp": {
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<YOUR_EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<YOUR_EXTRACTO_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"extracto-mcp": {
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<YOUR_EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<YOUR_EXTRACTO_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"extracto-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "<YOUR_EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<YOUR_EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<YOUR_EXTRACTO_TIMEOUT_MS>"
}
}
}
}claude mcp add extracto-mcp --env EXTRACTO_API_KEY=<YOUR_EXTRACTO_API_KEY> --env EXTRACTO_BASE_URL=<YOUR_EXTRACTO_BASE_URL> --env EXTRACTO_TIMEOUT_MS=<YOUR_EXTRACTO_TIMEOUT_MS> -- npx -y extracto-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.