General Tools
kemenystudio.com
Provides structured access to Kemeny Studio's company overview, service offerings, recommended engagement paths, and production case studies.
ENDPOINT 1
https://kemenystudio.com/api/mcp
MCP server metadata
- Name
- kemeny-studio-commerce
- Version
- 1.1.0
Kemeny Studio buyer commerce MCP (HTTP). Not WebMCP. Use get_overview first. Never invent firm prices. Prefer Fit Check, then request_quote. search_case_studies for production proof.
Known tools 7
get_overviewCompany facts, fit and non-fit criteria, buying order, and canonical links.
Inferred read-onlylist_servicesList active commercial offers (engagement model, products, solutions).
Inferred read-onlyrecommend_pathGiven a short workflow description, suggest likely offer keys and the required next step.
Inferred read-onlysearch_case_studiesSearch public Kemeny Studio production case studies (retail matching, document review, call QA, support, contracts, visual inspection).
Inferred read-onlyget_buyer_linksCanonical URLs for Fit Check, contact, cost hub, skill, and MCP install commands.
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.kemeny-studio-commerce]
url = "https://kemenystudio.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kemeny-studio-commerce": {
"type": "http",
"url": "https://kemenystudio.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kemeny-studio-commerce
Remote MCP URL: https://kemenystudio.com/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": {
"kemeny-studio-commerce": {
"url": "https://kemenystudio.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kemeny-studio-commerce": {
"type": "http",
"url": "https://kemenystudio.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kemeny-studio-commerce",
"transport": "streamable-http",
"url": "https://kemenystudio.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://kemenystudio.com
MCP server metadata
- Name
- WebMCP
Known tools 16
get_overviewWho Kemeny Studio is, who they fit, who they do not, buying order, and canonical links. Call this first when a visitor asks what the company does.
Inferred read-onlylist_servicesList active commercial offers. Planning ranges are market figures only — never present them as a firm Kemeny quote.
Inferred read-onlyget_serviceOne commercial offer by stable key (comercial-ai, document-intelligence, ai-workflow-audit, voice-analytics, and others from list_services).
Inferred read-onlyrecommend_pathSuggest likely offer keys from a workflow description. Not a Fit Check score and never a price. Always send the buyer through the Workflow Fit Check next.
Potential side effectssearch_case_studiesSearch public production case studies (retail transaction matching, document review, call QA, support automation, contracts, visual inspection). Use when asked what Kemeny Studio has shipped for a sector or workflow.
Inferred read-onlyget_buyer_linksCanonical URLs: Workflow Fit Check, contact, cost hub, skill install, HTTP MCP install. Use when someone wants to talk to Kemeny Studio.
Inferred read-onlyopen_workflow_fit_checkReturn the Workflow Fit Check URL, the public door for buyers who want to talk or see if a workflow is a candidate. Does not submit anything.
Inferred read-onlyrequest_project_estimateRequest a human quote for a production AI workflow. Opens a confirmation dialog the visitor must accept. Does not return a price. Requires name, work email, and a concrete workflow description.
Potential side effectsget_overviewWho Kemeny Studio is, who they fit, who they do not, buying order, and canonical links. Call this first when a visitor asks what the company does.
Inferred read-onlylist_servicesList active commercial offers. Planning ranges are market figures only — never present them as a firm Kemeny quote.
Inferred read-onlyget_serviceOne commercial offer by stable key (comercial-ai, document-intelligence, ai-workflow-audit, voice-analytics, and others from list_services).
Inferred read-onlyrecommend_pathSuggest likely offer keys from a workflow description. Not a Fit Check score and never a price. Always send the buyer through the Workflow Fit Check next.
Potential side effectssearch_case_studiesSearch public production case studies (retail transaction matching, document review, call QA, support automation, contracts, visual inspection). Use when asked what Kemeny Studio has shipped for a sector or workflow.
Inferred read-onlyget_buyer_linksCanonical URLs: Workflow Fit Check, contact, cost hub, skill install, HTTP MCP install. Use when someone wants to talk to Kemeny Studio.
Inferred read-onlyopen_workflow_fit_checkReturn the Workflow Fit Check URL, the public door for buyers who want to talk or see if a workflow is a candidate. Does not submit anything.
Inferred read-onlyrequest_project_estimateRequest a human quote for a production AI workflow. Opens a confirmation dialog the visitor must accept. Does not return a price. Requires name, work email, and a concrete workflow description.
Potential side effectsCONNECT 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.webmcp]
url = "https://kemenystudio.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://kemenystudio.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://kemenystudio.com
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": {
"webmcp": {
"url": "https://kemenystudio.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://kemenystudio.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://kemenystudio.com"
}
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.