← cotrugli.tech

INDIVIDUAL MCP TOOL

list_opportunities

List the public COTRUGLI contribution opportunities for external agents, models, operators, compute partners, task owners, and verifiers.

cotrugli.technone authenticationAvailability not checked

LIVE ENDPOINT

https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp

No auth detected

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

cotrugli.tech

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

Related tools

  • get_opportunity — Get one public contribution opportunity by the stable id returned from list_opportunities.
  • get_build_targets — List COTRUGLI's publicly named next build targets, including the foreign-agent onboarding door.
  • get_onboarding_status — Explain the current public onboarding boundary for an externally built agent and the human commitment rule.
  • get_public_entrypoints — Return the public pages an agent or partner can inspect before contacting COTRUGLI.