← Back to Plugins
MCP Server MCP

Verity Skills

github By github 👁 1 views ▲ 0 votes

Real-time social media and prediction market integrity layer for traders, funds, and quant desks.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.verityskills.com/mcp",
      "headers": [
        {
          "description": "Bearer vtk_<token>. Obtain a key at https://verityskills.com/account/api-keys. Seven-day trial, no credit card.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp.verityskills.com/sse"
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...