INDIVIDUAL MCP TOOL
get_maturity_level
Get one of the six maturity levels (1-6) with editorial content — hook, organizational reality, cross-dimension summary, common blockers to next level, worked industry example.
LIVE ENDPOINT
https://genaimaturity.net/api/mcp
Connect to this endpoint to inspect the live schema for get_maturity_level and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.genai-maturity-framework]
url = "https://genaimaturity.net/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"genai-maturity-framework": {
"type": "http",
"url": "https://genaimaturity.net/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: genai-maturity-framework
Remote MCP URL: https://genaimaturity.net/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"genai-maturity-framework": {
"url": "https://genaimaturity.net/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"genai-maturity-framework": {
"type": "http",
"url": "https://genaimaturity.net/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "genai-maturity-framework",
"transport": "streamable-http",
"url": "https://genaimaturity.net/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_glossary— Search the Generative AI Maturity Framework glossary of 100 curated AI / GenAI / agentic-AI terms.get_dimension— Get one of the six Generative AI Maturity Framework dimensions with full editorial content — definition, signals, per-level signals, common blockers, how to move up, related standards.get_framework_spec— Return the full canonical machine-readable framework spec — six dimensions, six levels, scoring scale, assessment types, endpoints.list_comparisons— List all head-to-head "X vs Y" comparison pages on the framework site — agentic-vs-traditional, MCP-vs-REST, LangGraph vs CrewAI vs AutoGen, vector databases, frontier LLMs, and more.list_whitepapers— List all published GenAI Maturity Framework whitepapers (CC BY 4.0).list_free_tools— List all free interactive tools available at genaimaturity.net — compliance mapper, model comparison, policy generator, governance checklist, agentic readiness, vendor scorecard, prompt library, data readiness, use case generator.map_compliance_control— Search the AI compliance control mapping across EU AI Act, NIST AI RMF, ISO/IEC 42001, and SOC 2.find_use_cases— Filter the enterprise GenAI use case catalog by industry, business function, and current maturity level.