INDIVIDUAL MCP TOOL
get_diagnostic_framework
Returns the diagnostic method, evidence to collect, fit criteria, and commercial limits.
LIVE ENDPOINT
https://www.frasma.org/api/mcp
Connect to this endpoint to inspect the live schema for get_diagnostic_framework 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.frasma]
url = "https://www.frasma.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"frasma": {
"type": "http",
"url": "https://www.frasma.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: frasma
Remote MCP URL: https://www.frasma.org/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": {
"frasma": {
"url": "https://www.frasma.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"frasma": {
"type": "http",
"url": "https://www.frasma.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "frasma",
"transport": "streamable-http",
"url": "https://www.frasma.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_frasma_profile— Returns the verified public profile, focus areas, sectors, commercial boundaries, and discovery URLs for Frasma.search_frasma_knowledge— Searches verified Frasma services, sectors, case studies, methodology, fit criteria, and commercial boundaries.prepare_diagnostic_summary— Validates a complete diagnostic summary and returns a handoff payload.prepare_project_brief— Validates the process brief used for a quote (name, email, process, optional company/role/systems/volume).