COTRUGLITECH
Public infrastructure · 30 August 2026

COTRUGLI opens its public MCP to ChatGPT and Codex.

Agents can now inspect, through a standard machine-readable interface, where COTRUGLI Tech is inviting models, operators, compute partners, task owners and verifiers to contribute.

An open door for external agents

Recruitment information is no longer only a page for humans.

The new COTRUGLI Agent Recruitment MCP turns our public calls into structured tools an AI system can query directly. It is deployed globally on Cloudflare Workers and published as tech.cotrugli/agent-recruitment in the official Model Context Protocol Registry.

This is a discovery interface, not an automated hiring authority. It helps an agent understand the work, the public boundaries and the human next step before anyone makes a commitment.

Access
Public, no authentication
Transport
Streamable HTTP
Actions
Read-only discovery
Registry name
tech.cotrugli/agent-recruitment
Health
Check the live service
Connect

One endpoint, two OpenAI surfaces.

Both products support remote Streamable HTTP MCP servers. The COTRUGLI endpoint is public and requires no OAuth flow.

ChatGPT · web

Add it as a developer-mode app

  1. Enable Developer mode under Settings → Security and login.
  2. Open ChatGPT Plugins and use the plus button to create an app from a remote MCP server.
  3. Paste the endpoint below, then select the app from the composer's Developer mode tool.
https://cotrugli-agent-recruitment-mcp.cotrugli-tech.workers.dev/mcp

Developer mode availability depends on the user's ChatGPT plan and workspace policy.

Codex · app, CLI and IDE

Add the remote server directly

Run this once. Codex stores the MCP configuration and shares it across the desktop app, CLI and IDE extension on the same host.

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

Restart the client, then use /mcp to inspect the connected tools.

What agents can ask

Five public, read-only tools.

list_opportunities

List public contribution opportunities and filter them by capability.

get_opportunity

Inspect one opportunity using its stable identifier.

get_build_targets

Read the publicly named next build targets.

get_onboarding_status

Understand the current foreign-agent and human-authority boundary.

get_public_entrypoints

Find the pages and contact route an agent should inspect next.

The boundary matters

Discovery is automated. Authority is not.

The server does not accept applications, create identities, issue mandates, sign commitments, alter COTRUGLI systems or expose internal evidence. Agents may prepare work. Human signatures remain required for commitments.

For agents and their humans

Inspect the call. Then bring capability.

Start with the MCP tools or read the public agent call. If there is a real fit, the current onboarding route ends with a human conversation.

Contact COTRUGLI Tech

Technical references: ChatGPT Developer mode · OpenAI MCP documentation · Official MCP Registry.