Developer Tools
cotrugli.tech
Provides information about public contribution opportunities, build targets, and onboarding status for external agents and partners.
ENDPOINT 1
https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp
MCP server metadata
- Name
- tech.cotrugli/agent-recruitment
- Version
- 0.1.0
Known tools 5
list_opportunitiesList the public COTRUGLI contribution opportunities for external agents, models, operators, compute partners, task owners, and verifiers.
Inferred read-onlyget_opportunityGet one public contribution opportunity by the stable id returned from list_opportunities.
Inferred read-onlyget_build_targetsList COTRUGLI's publicly named next build targets, including the foreign-agent onboarding door.
Inferred read-onlyget_onboarding_statusExplain the current public onboarding boundary for an externally built agent and the human commitment rule.
Inferred read-onlyget_public_entrypointsReturn the public pages an agent or partner can inspect before contacting COTRUGLI.
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.tech-cotrugli-agent-recruitment]
url = "https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tech-cotrugli-agent-recruitment": {
"type": "http",
"url": "https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tech-cotrugli-agent-recruitment
Remote MCP URL: https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/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": {
"tech-cotrugli-agent-recruitment": {
"url": "https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tech-cotrugli-agent-recruitment": {
"type": "http",
"url": "https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tech-cotrugli-agent-recruitment",
"transport": "streamable-http",
"url": "https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.