|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.clauxel-toolbudgetrouter", |
| 4 | + "name": "ToolBudget Router MCP", |
| 5 | + "alias": "toolbudgetrouter", |
| 6 | + "description": "Context-budget routing, schema cost estimates, usage audits, and readiness as a paid remote MCP.", |
| 7 | + "logo": "https://toolbudgetrouter.clauxel.com/favicon.svg", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "developer-tools", |
| 11 | + "ai-ml" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "tool-routing", |
| 15 | + "context-budget", |
| 16 | + "schema-cost", |
| 17 | + "remote-mcp" |
| 18 | + ], |
| 19 | + "transport": { |
| 20 | + "type": "http", |
| 21 | + "url": "https://toolbudgetrouter.clauxel.com/mcp", |
| 22 | + "headers": { |
| 23 | + "Authorization": "Bearer ${input:TOOLBUDGETROUTER_TOKEN}" |
| 24 | + }, |
| 25 | + "metadata": { |
| 26 | + "inputs": [ |
| 27 | + { |
| 28 | + "id": "TOOLBUDGETROUTER_TOKEN", |
| 29 | + "label": "ToolBudget Router MCP Bearer Token", |
| 30 | + "type": "text", |
| 31 | + "required": true, |
| 32 | + "secret": true, |
| 33 | + "description": "Bearer token issued after checkout and MCP token claim.", |
| 34 | + "placeholder": "mcp_token...", |
| 35 | + "obtain": { |
| 36 | + "url": "https://toolbudgetrouter.clauxel.com/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605", |
| 37 | + "instructions": "1. Buy a plan.\n2. Complete checkout.\n3. Claim the MCP bearer token.\n4. Paste the token value here without the Bearer prefix.", |
| 38 | + "button_label": "Get Token" |
| 39 | + } |
| 40 | + } |
| 41 | + ] |
| 42 | + } |
| 43 | + }, |
| 44 | + "auth": { |
| 45 | + "type": "api_key", |
| 46 | + "instructions": "Use the Bearer token issued after checkout and MCP token claim." |
| 47 | + }, |
| 48 | + "contributor": { |
| 49 | + "name": "ToolBudget Router", |
| 50 | + "github": "clauxel", |
| 51 | + "url": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605" |
| 52 | + }, |
| 53 | + "links": { |
| 54 | + "repository": "https://github.com/clauxel/tool-budget-router-mcp", |
| 55 | + "homepage": "https://toolbudgetrouter.clauxel.com/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605", |
| 56 | + "documentation": "https://github.com/clauxel/tool-budget-router-mcp/blob/main/docs/usage.md" |
| 57 | + }, |
| 58 | + "platforms": [ |
| 59 | + "all" |
| 60 | + ], |
| 61 | + "capabilities": { |
| 62 | + "tools": true, |
| 63 | + "resources": false, |
| 64 | + "prompts": false, |
| 65 | + "read_only_mode": true |
| 66 | + } |
| 67 | +} |
0 commit comments