agentora-all
Provides tools for reading GitHub repositories and searching GitHub, supporting public repositories via the GitHub REST API.
Provides a Reddit search tool that retrieves Reddit content using Jina Reader with a direct fallback.
Provides a tool for reading RSS feeds and returning feed text for parsing.
Provides YouTube search and transcript retrieval, including English captions via YouTube's timedtext API.
Click on "Deploy 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., "@agentora-allSearch the web for top AI news today."
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.
agentora-all
ONE MCP URL. ONE OAuth connection. ALL Agentora plugin tools.
Unified Agentora MCP proxy for sandboxed chatbots with 1-connector limits (Claude.ai free tier, Grok free tier). Solves both limitations of the Agentora Plugin for cloud-based agents:
1-connector limit — users point their single connector at this one URL and get everything
stdio unavailability — Web & Social Search tools are re-implemented natively on Cloudflare Workers
Endpoint
https://agentora-all.netflypsb.workers.dev/mcpHealth check: https://agentora-all.netflypsb.workers.dev/
Auth: Agentora token (OAuth agc_ via connector flow, or API key agk_) — same as both backend workers.
Related MCP server: Selat
44 Tools, One URL
Section | Tools | Routing |
Agentora Core | 26 ( | proxied via service binding → |
Customer Outreach | 8 ( | proxied via service binding → |
Web & Social Search | 10 | native (ported from the plugin's stdio server) |
Native web tools (hosted adaptations)
Tool | Backend | Notes vs stdio version |
read_webpage | Jina Reader + direct-fetch fallback | fallback extracts text from raw HTML when Jina rate-limits |
search_web | FreeSerp (keyless) + Jina fallback | same |
search_hackernews | HN Algolia (keyless) | same |
search_youtube | Jina Reader | no yt-dlp on Workers — returns IDs/URLs |
get_youtube_transcript | YouTube timedtext API (keyless) | no yt-dlp — English captions only |
search_reddit | Jina Reader + direct fallback | same |
read_github | GitHub REST (unauth) + Jina fallback | no gh CLI — public repos only |
search_github | GitHub REST search + Jina fallback | same |
read_rss | Jina Reader | returns feed text for parsing |
agent_reach_status | static notice | Agent-Reach is local-only; hosted reports this |
The local stdio server (in the plugin) remains the full-fidelity version — it has yt-dlp, gh CLI, and Agent-Reach. This hosted version is the sandboxed-agent equivalent.
Why service bindings?
Cloudflare Workers cannot fetch another *.workers.dev URL on the same account — it returns 404 (error 1001). Service bindings (wrangler.toml [[services]]) bypass public DNS entirely and run on the same thread with zero latency. That's how this proxy reaches the two backend workers.
Installation (Claude.ai / Grok)
Go to connector settings
Paste
https://agentora-all.netflypsb.workers.dev/mcpLog in to Agentora, click Allow
All 44 tools available in one connection
Install (Claude Code)
/plugin marketplace add netflypsb/agentora-plugin(Uses the plugin marketplace; this repo is the hosted-unified backend.)
Development
npm install
npx tsc -p tsconfig.json --noEmit # typecheck
npm run deploy # deploy to CloudflareSecrets: optional JINA_API_KEY (wrangler secret put JINA_API_KEY) raises Jina rate limits. Core functionality is keyless.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect any AI agent to 1,000+ apps and 27,000+ actions through one remote MCP server (OAuth).
15The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
- AlicenseNot gradedqualityAmaintenanceCentralizes OAuth connections and tool access for AI agents, providing a single credential to call multiple services via MCP and REST with consistent errors and pagination.34 npm4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables MCP-compatible assistants to securely access external systems like Slack through permission-scoped, idempotent tools with tenant isolation, delegated OAuth consent, and an immutable audit trail.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to securely discover, invoke, and manage tools through a hardened MCP endpoint with protections like injection detection, circuit breakers, retry backoff, response caching, context-window limiting, and state snapshots.1 npmMIT