← codemate.com

INDIVIDUAL MCP TOOL

get_topic

Read the full text of one of Codemate's main pages.

codemate.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://codemate.com/mcp

No auth detected

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

codemate.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.codemate]
url = "https://codemate.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "codemate": {
      "type": "http",
      "url": "https://codemate.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: codemate
Remote MCP URL: https://codemate.com/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": {
    "codemate": {
      "url": "https://codemate.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "codemate": {
      "type": "http",
      "url": "https://codemate.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "codemate",
  "transport": "streamable-http",
  "url": "https://codemate.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_site — Search Codemate's website: service pages, client case studies and articles.
  • list_references — List Codemate's client case studies (called references on the site), with the client name, industries, services, a summary and the URL.
  • list_articles — List Codemate's published articles, newest first, with date, category, summary and URL.
  • list_open_positions — List the jobs Codemate is currently hiring for, with location, the job page URL and the application link.
  • get_company_info — Get authoritative facts about Codemate as a company: what it does, its legal entities, and whatever else it publishes about itself.
  • get_contact_info — Get how to reach Codemate: office addresses with map links, named people with their role, email, phone, LinkedIn and photo, plus the general sales email and phone numbers.
  • get_page_data — Read the full text of a codemate.com article or client case study, given the URL that search_site, list_articles or list_references returned.