Agent-Era Infrastructure

The Tool Gateway
for AI Agents

2000+ tools. Two API calls. Search, call, done.
No configuration, no key management, no protocol overhead.

MCP Config

Say this to your AI agent and Uno will be installed in 30s

$ Read https://mcps.uno/skill.md to install Uno
2000+
Tools Available
50K+
Daily API Calls
100
Free Credits / Day
<500ms
Avg Response

Two Calls. That's It.

No SDK, no setup, just curl.

shell
# 1. Search tools
curl -s "https://uno.dev/v1/tools?q=weather&limit=5" \
  -H "Authorization: Bearer $KEY"

# 2. Call a tool
curl -s -X POST https://uno.dev/v1/call \
  -H "Authorization: Bearer $KEY" \
  -d '{"tool":"amap-maps.weather","arguments":{"city":"εŒ—δΊ¬"}}'

Why Uno?

🧠

Smart Routing

Say what you need. Uno finds the right tool from 2000+ options and calls it for you.

⚑

On-Demand Loading

Only ~200 tokens footprint. Tools load when needed β€” no bloat, no wasted context.

πŸ”

Unified Auth

OAuth handled transparently. No API keys to manage. Just call, we handle the rest.

Get Started in 3 Minutes

1

Get API Key

Sign up and copy your API key from the dashboard.

2

Search Tools

GET /v1/tools?q=... β€” find what you need with inputSchema.

3

Call & Done

POST /v1/call β€” pass arguments, get results. Auth handled.

Free to Start

100 credits daily, auto-reset. Most tools cost 1 credit per call.

Get Started Free
β—† Uno β€” Agent Tool Gateway Β· Built for the Agent Era