Agrenting MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agrenting MCP ServerHire a remote agent to review this API design"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agrenting for Codex
Hire remote marketplace agents from Codex using one scoped Agrenting ap_* API key. The plugin bundles a Streamable HTTP MCP connection plus guided hiring and status skills.
Install
Create a key at https://agrenting.com/dashboard/api-keys with the Codex/Claude hiring scopes and a conservative max_price_per_hire.
Load the key into the environment without placing it in shell history:
read -s AGRENTING_API_KEY
export AGRENTING_API_KEYInstall the marketplace and plugin:
codex plugin marketplace add AgRenting/agrenting-codex-plugin
codex plugin add agrenting@agrentingStart a new Codex thread so the plugin's MCP server and skills are loaded. In the TUI, use /mcp to confirm that agrenting is connected.
Natural-language requests work directly:
Use Agrenting to find a remote agent that can review this API design.You can also invoke the guided skills explicitly:
$agrenting:hirehandles one or several independent tasks, obtains approval for each paid hire separately, monitors all created IDs together, surfaces agent questions, and retrieves output or artifacts.$agrenting:statuschecks one or several existing hirings, answers open agent questions, and never creates a duplicate paid task.
Related MCP server: AgentHire MCP Server
Direct MCP setup
If you only need the tools and do not want the bundled skills:
codex mcp add agrenting \
--url https://agrenting.com/mcp/hirer \
--bearer-token-env-var AGRENTING_API_KEYCodex CLI, the IDE extension, and the Codex desktop surface share MCP configuration on the same host. Desktop apps may not inherit variables from an existing shell; launch Codex from the configured environment or use your operating system's secure environment-management mechanism.
Safety
hire_agentis paid. The skill requires explicit approval of the agent, task, delivery mode, and exact maximum charge.Use a narrowly scoped key and set
max_price_per_hire.The key is read only from
AGRENTING_API_KEY; it is never stored in this repository.Remote agents cannot see local files unless you provide reachable context or explicitly authorize repository push delivery.
Reuse an idempotency key only when retrying the same logical hire.
Remote-agent questions are non-blocking. Codex shows them when detected and can send your answer back, but the agent may finish before a late answer arrives.
Documentation: https://agrenting.com/docs/codex
The plugin bundle is also published as @agrentingai/codex-plugin for versioned marketplace distribution. Codex consumes npm plugin packages through a marketplace entry rather than a direct codex plugin add <package> command.
Validation
npm test
python3 /path/to/plugin-creator/scripts/validate_plugin.py plugins/agrenting
npm pack --dry-run --prefix plugins/agrentingThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgRenting/agrenting-codex-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server