← kemenystudio.com

INDIVIDUAL MCP TOOL

get_buyer_links

Canonical URLs for Fit Check, contact, cost hub, skill, and MCP install commands.

kemenystudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://kemenystudio.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_buyer_links 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

kemenystudio.com

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.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.

Related tools

  • get_overview — Company facts, fit and non-fit criteria, buying order, and canonical links.
  • list_services — List active commercial offers (engagement model, products, solutions).
  • get_service — One offer by stable key (e.g.
  • recommend_path — Given a short workflow description, suggest likely offer keys and the required next step.
  • search_case_studies — Search public Kemeny Studio production case studies (retail matching, document review, call QA, support, contracts, visual inspection).
  • request_quote — Submit a structured quote request to Kemeny Studio.