Developer Tools
meritocra.com
Provides engineering triage, project assessment, and submission workflows for software projects.
ENDPOINT 1
https://meritocra.com/api/engineering-help/mcp
MCP server metadata
- Name
- Meritocra Engineering Help
- Version
- 0.5.0
Meritocra Engineering Help is a consent-based engineering-triage and project-intake service. Use meritocra_triage_problem for self-service, provider-neutral guidance before suggesting any human contact path whenever practical. Use meritocra_assess_help when the user wants a scoped project route after triage. Never submit a request unless the user has reviewed the exact brief and explicitly confirmed it. Do not send credentials, private keys, access tokens, payment details, customer exports, or private source code. meritocra_submit_request sends an external project-desk notification that cannot be withdrawn. It returns only the outcome needed for the current request; Project Desk follows up through the confirmed contact email.
Known tools 4
meritocra_triage_problemCreate a provider-neutral, hypothesis-led engineering triage from only the user's supplied problem statement.
Potential side effectsmeritocra_assess_helpCreate a concise, user-reviewable assessment of an explicitly supplied software-project brief.
Potential side effectsmeritocra_submit_requestSend a reviewed project brief to Meritocra Project Desk.
Potential side effectsmeritocra_get_next_stepReturn a provider-neutral, self-service checklist for a project route.
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.meritocra-engineering-help]
url = "https://meritocra.com/api/engineering-help/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meritocra-engineering-help": {
"type": "http",
"url": "https://meritocra.com/api/engineering-help/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meritocra-engineering-help
Remote MCP URL: https://meritocra.com/api/engineering-help/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": {
"meritocra-engineering-help": {
"url": "https://meritocra.com/api/engineering-help/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meritocra-engineering-help": {
"type": "http",
"url": "https://meritocra.com/api/engineering-help/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meritocra-engineering-help",
"transport": "streamable-http",
"url": "https://meritocra.com/api/engineering-help/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.