aibvf-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AIBVF_TELEMETRY_KEY | No | API key for the telemetry backend | |
| AIBVF_TELEMETRY_URL | No | Custom backend URL for telemetry | |
| AIBVF_TELEMETRY_DISABLE | No | Set to 1 to disable anonymous usage telemetry |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| score_initiativeA | Score a single AI initiative using AI BVF v1.0. Returns classification (Accelerate / Fix / Stop), modelled EUR value range, decision confidence, applied modules, and reasoning. Use this as a pre-flight check before recommending any AI deployment. |
| recommend_improvementsA | For an initiative classified Stop or Fix, return concrete, deterministic recommendations that would flip classification toward Accelerate. Pillar-level targets with named actions and rationale. Answers the "what do I do next" question after score_initiative. |
| calculate_pace_layer_dragA | Calculate annual Organisational Drag Cost in EUR from misalignment between AI tier and organisational readiness. The hidden cost of structural friction, not the cost of the AI build. Use to quantify the cost of NOT changing the operating model. |
| validate_portfolioA | Check that a BVF portfolio document conforms to the AI BVF v1.0 schema before you score, store, or share it. Returns { valid: true } when well-formed, or { valid: false, errors: [...] } where each error names the failing JSON path and the rule it broke. Use this to catch malformed portfolios early; use score_initiative to evaluate a single initiative. Schema: https://bvf-app.vercel.app/protocol. |
| get_benchmarkA | Look up the published benchmark rates for a business function and industry. Returns revenue/cost ranges, industry multiplier, and the cited source. |
| list_taxonomyA | Return every accepted enum value for the AI BVF taxonomy: the full lists of industries, functions, ai_tier levels (gen1/gen2/gen3), and readiness levels. Call this first when unsure which exact strings score_initiative, recommend_improvements, calculate_pace_layer_drag, or get_benchmark will accept, so you pass valid values instead of guessing. Takes no parameters and has no side effects. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bahamas1717/ai-bvf'
If you have feedback or need assistance with the MCP directory API, please join our Discord server