← Back to Plugins
MCP Server MCP

Omnis Venture Intelligence MCP

github By github 👁 1 views ▲ 0 votes

Venture intelligence for autonomous agents with discovery, scoring, and workspace automation.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.bamboosnow.co/api/v1/mcp",
      "headers": [
        {
          "description": "Omnis API key for shared or tenant-bound enterprise access",
          "isRequired": true,
          "value": "{api_key}",
          "isSecret": true,
          "name": "x-api-key"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Omnis API key returned by POST /api/v1/agents/signup",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...