5 AgentPatch Tools Every Codex Setup Needs

Codex CLI is fast and stays in the terminal, but it can’t access live data without external tools. AgentPatch adds that through MCP. Here are five tools that make the most difference for a typical Codex workflow.

Setup

Add AgentPatch to ~/.codex/config.toml:

[mcp_servers.agentpatch]
url = "https://agentpatch.ai/mcp"
bearer_token_env_var = "AGENTPATCH_API_KEY"

Then set your API key:

export AGENTPATCH_API_KEY=your_api_key

Replace your_api_key with your actual key from the AgentPatch dashboard. Codex discovers all AgentPatch tools automatically on next start.

The Five Tools

1. Google Search (50 credits/call) Real-time web search during any coding session. Codex can look up current docs, check library changelogs, search for error messages, and verify deprecations without you leaving the terminal.

Details: agentpatch.ai/tools/thomas/google-search

2. Bing Search (50 credits/call) A second web search option — useful when you want a second set of results or want to cross-check what Google returned. Same cost as Google Search.

Details: agentpatch.ai/tools/toolkit/bing-search

3. Google Maps (75 credits/call) For any task involving location data. Codex can pull real business listings to use as test fixtures, validate address formats against real examples, or generate seed data with accurate coordinates.

Details: agentpatch.ai/tools/thomas/google-maps

4. YouTube Transcript (50 credits/call) Codex can pull the transcript from a YouTube video. Useful for extracting technical content from conference talks, tutorials, or demos — then summarizing or incorporating it without watching the video.

Details: agentpatch.ai/tools/toolkit/youtube-transcript

5. Email - Send (100 credits/call) Codex can send emails directly. Useful at the end of a pipeline: generate a report, then send it. Or trigger a notification when a long-running task completes.

Details: agentpatch.ai/tools/agentpatch/send-email

Example

In a single Codex session:

“Grab the transcript from this conference talk on database indexing [URL], summarize the key points, and email me the summary.”

Codex fetches the YouTube transcript, summarizes the technical content, and sends the email — three tools, one prompt, stays in the terminal the whole time.

Or during a migration:

“Search for the React Router v5 to v7 migration guide and check YouTube for any walkthroughs. Pull transcripts from the top result and use them to inform the migration steps.”

Codex searches Google, finds a YouTube walkthrough, pulls the transcript, and uses the combined context to write better migration code.

Wrapping Up

These five tools cover the most common places where Codex needs to reach outside the codebase. Connect AgentPatch once and you get all of them — plus every other tool on the marketplace with no additional setup. See what’s available at agentpatch.ai.