Omnis Venture Intelligence MCP✓
io.github.HCS412/ventureautomated-omnis · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.HCS412/ventureautomated-omnis",
"description": "Venture intelligence for autonomous agents with discovery, scoring, and workspace automation.",
"title": "Omnis Venture Intelligence MCP",
"repository": {
"url": "https://github.com/HCS412/ventureautomated",
"source": "github",
"id": "1147991892",
"subfolder": "apps/web"
},
"version": "1.0.0",
"websiteUrl": "https://www.bamboosnow.co/venture-intelligence-mcp-server",
"icons": [
{
"src": "https://www.bamboosnow.co/images/globe/earth-outline.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"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
}
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"capabilities": "https://www.bamboosnow.co/api/v1/agents/capabilities",
"homepage": "https://www.bamboosnow.co/agents",
"manifest": "https://www.bamboosnow.co/api/v1/agents/manifest",
"provider": "Omnis",
"quickstart": "https://www.bamboosnow.co/api/v1/agents/quickstart",
"signup": "https://www.bamboosnow.co/api/v1/agents/signup"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}