Endpoint
Point any MCP-compatible client at:
https://serversearch.org/mcp
What your AI can do
-
search_dealsFind active VPS, dedicated, and cloud deals by RAM, storage, price, location, billing cycle, and more.
-
get_dealLook up one listed deal by its ID.
-
submit_deal_for_reviewSend a deal in for review (email verification required; nothing goes live automatically).
Submissions follow the same process as the Submit Deal form and our Review Policy.
Set it up
Choose your AI app, then follow the matching steps.
Claude
In Claude, add ServerSearch as a remote MCP connector using the endpoint URL above. If you manage connectors with a config file, you can use:
{
"mcpServers": {
"serversearch": {
"url": "https://serversearch.org/mcp"
}
}
}
ChatGPT
Open ChatGPT settings and add a new MCP / connector entry.
Paste https://serversearch.org/mcp as the server URL, save, then enable it for chats where you want deal search.
https://serversearch.org/mcp
Cursor
Add ServerSearch under MCP servers in Cursor settings, or include this in your MCP config file:
{
"mcpServers": {
"serversearch": {
"url": "https://serversearch.org/mcp"
}
}
}
VS Code / Copilot
Add a remote MCP server in your VS Code MCP settings (for example
.vscode/mcp.json or your user MCP config):
{
"servers": {
"serversearch": {
"type": "http",
"url": "https://serversearch.org/mcp"
}
}
}
Other MCP client
Any client that supports remote MCP over Streamable HTTP can connect with this URL:
https://serversearch.org/mcp
Use whatever “remote server” / “HTTP MCP” option your app provides, and paste the URL there.
Safety and limits
- We pace requests so the service stays fair and reliable for everyone.
- Sending deals for review has tighter limits than searching.
- Heavy misuse can lead to a temporary pause, or a longer block if it keeps happening.
- Your AI only sees deals that are already listed publicly.
- Suggested deals still need email verification before anyone reviews them.
If you bump into limits, wait a bit and try again—or search and submit on the website as usual.