What is the PredMCP MCP server?
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
How to install PredMCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
x-api-keyrequiredsecretAPI key from predmcp.com/signup (free tier: 100 calls/day)
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"predmcp": {
"url": "https://predmcp.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"predmcp": {
"serverUrl": "https://predmcp.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"predmcp": {
"type": "http",
"url": "https://predmcp.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"predmcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://predmcp.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http predmcp https://predmcp.com/mcpRelated MCP servers
Trending hip-hop artist momentum scores across four cultural dimensions.
79k
View repository →TypeScript
MIT
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
68k
View repository →TypeScript
MIT
Scrapling MCP Server
Active
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
67k
View repository →Python
BSD-3-Clause
io.github.tldraw/tldraw
Active
Draw and visually collaborate with your agents on tldraw's canvas.
50k
View repository →TypeScript
Chrome DevTools MCP
Active
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
45k
View repository →TypeScript
Apache-2.0
com.puter/mcp-server
Active
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
43k
View repository →TypeScript
AGPL-3.0