Content Tools
codemate.com
An MCP server that provides access to Codemate's website content, including service pages, client case studies, articles, and open job positions.
ENDPOINT 1
https://codemate.com/mcp
MCP server metadata
- Name
- codemate
- Version
- 1.0.0
Known tools 8
search_siteSearch Codemate's website: service pages, client case studies and articles.
Inferred read-onlylist_referencesList Codemate's client case studies (called references on the site), with the client name, industries, services, a summary and the URL.
Inferred read-onlylist_articlesList Codemate's published articles, newest first, with date, category, summary and URL.
Inferred read-onlylist_open_positionsList the jobs Codemate is currently hiring for, with location, the job page URL and the application link.
Inferred read-onlyget_company_infoGet authoritative facts about Codemate as a company: what it does, its legal entities, and whatever else it publishes about itself.
Inferred read-onlyget_contact_infoGet 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.
Potential side effectsget_page_dataRead the full text of a codemate.com article or client case study, given the URL that search_site, list_articles or list_references returned.
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.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.
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.