AI & Machine Learning
sophon.consulting
Evaluates AI workflow opportunities and assesses organizational readiness for AI production deployment.
ENDPOINT 1
https://www.sophon.consulting/api/mcp
MCP server metadata
- Name
- sophon-consulting
- Version
- 1.0.0
Sophon Consulting public MCP server. Read-only and deterministic: triage_ai_opportunity scores one proposed AI use case into a go-deeper or hold recommendation; assess_ai_readiness scores an organization across five readiness dimensions into a verdict. Both return handoff-ready Markdown artifacts and implement the same published rubrics as the Agent Skills served as resources here (canonical index: https://www.sophon.consulting/.well-known/agent-skills/index.json). Inputs are processed transiently to compute responses and are not stored.
Known tools 2
triage_ai_opportunityScore one proposed AI workflow across bottleneck severity, value capture, integration readiness, and risk posture.
Inferred read-onlyassess_ai_readinessAssess an organization's readiness to run AI in production across five dimensions (data readiness, workflow ownership, governance and controls, delivery capacity, executive sponsorship), each scored 1-5 with evidence or marked unknown, plus classified candidate use cases.
Inferred read-onlyCONNECT 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.sophon-consulting]
url = "https://www.sophon.consulting/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sophon-consulting": {
"type": "http",
"url": "https://www.sophon.consulting/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sophon-consulting
Remote MCP URL: https://www.sophon.consulting/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": {
"sophon-consulting": {
"url": "https://www.sophon.consulting/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sophon-consulting": {
"type": "http",
"url": "https://www.sophon.consulting/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sophon-consulting",
"transport": "streamable-http",
"url": "https://www.sophon.consulting/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.