Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
claude mcp add simplefunctions --transport http https://simplefunctions.dev/api/mcp/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"simplefunctions": {
"url": "https://simplefunctions.dev/api/mcp/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"simplefunctions": {
"serverUrl": "https://simplefunctions.dev/api/mcp/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"simplefunctions": {
"type": "http",
"url": "https://simplefunctions.dev/api/mcp/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"simplefunctions": {
"url": "https://simplefunctions.dev/api/mcp/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"simplefunctions": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://simplefunctions.dev/api/mcp/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://simplefunctions.dev/api/mcp/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.spfunctions--simplefunctions/reviews or the review_server meta-tool.
POST /mcp