You’re signed out.
Sign in to see your API keys, run the playground, and watch your agent’s activity.
Sign inGet started with SeaWeb
The context API AI agents call to search and monitor travel sources.
Search
Entities or the crawled web index — with time and domain filters, honesty labels, and optional full page text inline.
Extract
Clean text or markdown from permitted public pages. Cache hits cost 0.5 credit and show the token savings.
Monitor
A standing watch with signed webhook delivery. Lives on the Growth plan.
Search
One query against SeaWeb’s curated travel and restaurant
entities (Bay Area catalog), or the crawled web index
(search_web). Results carry match_quality; empty means
retrieval found nothing — not that the corpus lacks the subject.
Runs on your account’s free allowance. Results carry the same
coverage and match_quality labels your agent sees.
The same request from your agent, over MCP:
Extract
Public HTML URLs only. SeaWeb reads the index first, then tries one live
fetch on a miss; robots, noindex, nosnippet, and private-network
limits still apply.
Maximum URL length: 2,048 characters. Unsupported content and blocked pages return a named refusal, not silent emptiness.
The same request from your agent, over MCP:
Monitors
Standing watches that run automatically — changes arrive as signed
webhook POSTs. Monitors live on the Growth plan.
Product B weather watches European met feeds — for US fog near Golden Gate,
poll get_disruptions with lat/lng or UGC (SAME 006075), do not use this
weather type as an NWS fog monitor.
Active monitors
Loading…
Standing queries from your agent, over MCP:
Usage
Based on your latest 200 gateway queries. All times UTC; new requests can take a moment to show up.
–
Queries (shown)
–
Avg latency
–
Most used tool
Daily usage
Loading…
Recent agent activity
| Time | Tool | Query | Results | Latency |
|---|---|---|---|---|
| Loading… | ||||
Billing
Starter · free tier– credits left
Free
current plan$0/mo
1,000 credits monthly
Growth
current plan$100/mo
25,000 credits monthly · monitors
Pay as you go
$5/1,000
Prepaid · never expire
What each call costs
Hard limit — calls stop when credits run out. Full pricing · Contact sales
API keys
Your API keys
Copy this key now. You won’t be able to see it again.
sw_xxx...
| Label | Created | Last used | Status |
|---|---|---|---|
| Loading… | |||
Quick connect
Add this config to your MCP client:
{
"mcpServers": {
"SeaWeb": {
"url": "https://api.seaweb.tech/mcp",
"headers": { "Authorization": "Bearer sw_your-key-here" }
}
}
}
Claude Desktop: claude_desktop_config.json ·
Cursor: .cursor/mcp.json ·
Claude Code: claude mcp add ·
Full per-client setup in the MCP docs.