Serversio.github.foodyogi/ideaflow-scorer
S

Ideabob Validation

io.github.foodyogi/ideaflow-scorer · v1.0.0
● Remote
v1.0.0remote🌐 https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp↗ Website↗ Repository
{}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.foodyogi/ideaflow-scorer",
  "description": "Score, validate, and pressure-test startup ideas with AI from Claude or any MCP agent.",
  "title": "Ideabob Validation",
  "repository": {
    "url": "https://github.com/foodyogi/ideaflow-scorer",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://ideabob.com/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp",
      "headers": [
        {
          "description": "Personal API token from https://ideabob.com/mcp (format: 'Bearer idb_…'). Create one in the Tokens tab after signing in.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}