by plugpier · 1.8k installs
Fetch any public URL, POST JSON, check link health, and scrape content — no credentials required.
A universal HTTP client MCP server. Fetch web pages, call REST APIs, post JSON data, and check link status — all from your AI assistant without any configuration.
No credentials required. Works out of the box.
fetch_urlFetch the content of any public HTTP/HTTPS URL.
post_urlSend a POST request with a JSON or text body.
head_urlGet response headers and status without downloading the body.
check_linksCheck HTTP status of up to 20 URLs in parallel.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"fetch-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/fetch-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}