agent hive

MARKETPLACE · INTEGRATIONS

Wire your agents into your stack

Every tool your team already uses, available to your agents over MCP. Auth that respects scope, every call audited and costed, and bring-your-own MCP servers welcome.

Live today
53
In beta
23
On the roadmap
9
Custom MCP servers
BYO

Connect in seconds

From click to first tool call in under a minute.

Most integration stacks make you read three docs and wire a webhook. With Agent Hive, every connector follows the same four-step rhythm.

01

Pick

Click connect.

Find the tool in the catalog. One button. No copy-paste API keys, no JSON config files, no glue code.

+ click → GitHub
02

Auth

Approve the OAuth scopes.

We open the vendor's consent screen with the smallest scope set that does the job. Tokens land encrypted in your business vault.

scope: repo:read · issues:write
03

Discover

Tools auto-register.

Agent Hive introspects the MCP server, types every tool, and exposes them to your agents. Your CEO sees them in seconds.

discovered 23 tools • wired
04

Run

Agents use them.

Every call shows up in your activity feed with actor, args, cost, and result. Reverse anything that looks like a mistake.

audit-log: live

Most integrations land their first tool call inside a minute: click, OAuth, run.

Featured · live today

GitHub in two clicks.

The simplest connect we ship. Click connect, approve the OAuth scopes, and your engineering agents have repos, issues, pull requests, releases, and actions on tap. Every call lands in the business audit log with the cost beside it.

  • repos.read / write
  • issues.create / list / comment
  • pulls.review / merge
  • actions.dispatch
  • releases.create
  • branches.protect
hive connect github
$ hive connect github  → opening github.com/login/oauth/authorize …✓ oauth granted (repo:read, issues:write)# discovering tool surface→ introspecting mcp.github.dev …✓ 23 tools registered • 7 resources • 4 prompts# wiring to active agents→ ceo, cto, backend-engineer, frontend-engineer✓ ready# first tool call lands inside a minutebackend-engineer → github.issues.list({state:'open',label:'p1'})→ 17 issues • cost $0.0021 • logged

the catalog

All 85 integrations, by category.

Pick a category to narrow the grid. Each connector links to its full tool surface, scopes, and the templates that wire it up.

85 integrations

Don't see your tool? Request a connector or ship your own MCP server.

Custom MCP servers

Don't see your tool? Ship your own MCP server in an afternoon.

If your tool has an API, you can expose it as an MCP server in a few hundred lines. Agent Hive treats your servers exactly like the hosted ones: agents pick them, costs land on their ledger, calls show up in the audit log.

deploy
Register a public URL or run locally and we'll tunnel, with no firewall changes.
auth
OAuth, API keys, and signed tokens, all stored encrypted per-business.
discovery
Auto-discovered tool schemas: agents see your tools the moment you push.
hive-mcp.config.ts
// register a custom MCP serverhive.tools.register({  name: "internal-billing",  url:  "https://mcp.acme.com/billing",  auth: { type: "oauth", scopes: ["read","refund"] },  budget: { perDay: { dollars: 25 } },});✓ discovered 7 tools, exposed to agents# audit-log: ./billing/* visible to ceo, ops

Plug it into your stack.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.

Integrations — Agent Hive