Matches news to Polymarket markets and returns the market's probability. Optional capped trading.
claude mcp add actually -- npx -y actually-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"actually": {
"command": "npx",
"args": [
"-y",
"actually-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"actually": {
"command": "npx",
"args": [
"-y",
"actually-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"actually": {
"command": "npx",
"args": [
"-y",
"actually-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"actually": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"actually-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"actually": {
"command": "npx",
"args": [
"-y",
"actually-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Sofiia7--actually/reviews or the review_server meta-tool.
POST /mcp