AgentHubAgentHub

Veynor — Prediction Market Intelligence

MCP ServerMCP Registry官方收录

io.github.veynor-xyz/veynor · v1.0.0

Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket.

概览

Veynor — Prediction Market Intelligence 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "veynor": {
      "url": "https://mcp.veynor.xyz/sse?api_key={api_key}"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.veynor-xyz/veynor",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Veynor — Prediction Market Intelligence",
  "description": "Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket.",
  "repository": {
    "url": "https://github.com/veynor-xyz/veynor-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://mcp.veynor.xyz/sse?api_key={api_key}"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.veynor-xyz/veynor",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.veynor-xyz%2Fveynor/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Veynor — Prediction Market Intelligence — MCP Server 安装与配置 · AgentHub