← Back to Plugins
MCP Server MCP

Norynta Prediction Markets

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Discover Norynta markets and use caller-signed trading through a protected MCP.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.norynta.com/mcp"
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.norynta.com/mcp/trading",
      "headers": [
        {
          "description": "OAuth bearer token or scoped Norynta agent token. Wallet signatures are still required for orders.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "Bearer norynta_agent_token",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...