MCP server that converts any URL to clean, token-efficient Markdown for AI agents. Strips ads, navigation, and scripts. Supports CSS selectors, batch processing (10 URLs), and token counting.
Server Config
{
"mcpServers": {
"stripfeed": {
"command": "npx",
"args": [
"-y",
"@stripfeed/mcp-server"
],
"env": {
"STRIPFEED_API_KEY": "<YOUR_API_KEY>"
}
}
}
}