{
  "$schema": "https://raw.githubusercontent.com/anthropics/mcpb/main/schemas/mcpb-manifest-v0.4.schema.json",
  "manifest_version": "0.4",
  "name": "sigrank",
  "version": "1.0.39",
  "description": "Ranks AI coding operators by token cascade efficiency (Yield = cache_read \u00d7 output / input\u00b2). 25 tools including SigRank Standard record, yield calculation, local token usage pulls, signed submission, and tokscale-powered analytics (market share, developer profiles, model trends, cost analysis, device profiles, MCP usage, competitive intelligence). Privacy-first: runs locally, only four token counts leave the machine.",
  "author": {
    "name": "SunrisesIllNeverSee",
    "url": "https://github.com/SunrisesIllNeverSee"
  },
  "homepage": "https://signalaf.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/SunrisesIllNeverSee/sigrank-mcp"
  },
  "license": "MIT",
  "server": {
    "type": "node",
    "entry_point": "index.mjs",
    "mcp_config": {
      "command": "npx",
      "args": [
        "sigrank"
      ],
      "env": {
        "SIGRANK_API_BASE": "https://signalaf.com"
      }
    }
  },
  "user_config": {
    "SIGRANK_API_BASE": {
      "type": "string",
      "title": "SigRank API Base URL",
      "description": "Overrides the board host for the SigRank API. Defaults to https://signalaf.com.",
      "default": "https://signalaf.com",
      "required": false
    }
  },
  "compatibility": {
    "platforms": [
      "darwin",
      "win32",
      "linux"
    ]
  }
}
