What is the io.github.CedricKouma/fetch-extract MCP server?
MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API
How to install io.github.CedricKouma/fetch-extract
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
AGENTFORGE_BASE_URLAgentForge APIM gateway base URL
AGENTFORGE_API_KEYrequiredsecretAPIM subscription key (Ocp-Apim-Subscription-Key / x-api-key)
Ocp-Apim-Subscription-KeyrequiredsecretAPIM subscription key (free tier works for smoke tests)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fetch-extract": {
"command": "npx",
"args": [
"-y",
"agentforge-fetch-extract-mcp"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"Ocp-Apim-Subscription-Key": "<YOUR_OCP_APIM_SUBSCRIPTION_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fetch-extract": {
"command": "npx",
"args": [
"-y",
"agentforge-fetch-extract-mcp"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"Ocp-Apim-Subscription-Key": "<YOUR_OCP_APIM_SUBSCRIPTION_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fetch-extract": {
"command": "npx",
"args": [
"-y",
"agentforge-fetch-extract-mcp"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"Ocp-Apim-Subscription-Key": "<YOUR_OCP_APIM_SUBSCRIPTION_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fetch-extract": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentforge-fetch-extract-mcp"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"Ocp-Apim-Subscription-Key": "<YOUR_OCP_APIM_SUBSCRIPTION_KEY>"
}
}
}
}Claude Code
claude mcp add fetch-extract --env AGENTFORGE_BASE_URL=<YOUR_AGENTFORGE_BASE_URL> --env AGENTFORGE_API_KEY=<YOUR_AGENTFORGE_API_KEY> --env Ocp-Apim-Subscription-Key=<YOUR_OCP_APIM_SUBSCRIPTION_KEY> -- npx -y agentforge-fetch-extract-mcpRelated MCP servers
Validate, extract, repair and generate French Factur-X / EN16931 invoices via AgentForge API
MCP server (stdio): repair broken/malformed JSON via the AgentForge API
MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API
MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
MCP server (stdio): check if URLs are alive (status, redirects, latency) via the AgentForge API