Open Advanced.
Sign in to Watchtower, open the Advanced view, then find AI Agent MCP - Hosted Agent Access and create a token.
Create a Watchtower MCP token in the Advanced view, then connect a compatible remote HTTP client to Watchtower's reviewed global-risk data catalog.
Public metadata and catalog verified 2026-08-28. Tool and route counts may change.
The full token is shown only when it is created. Store it with your client's secret controls and never place it in prompts, screenshots, URLs or repositories.
Sign in to Watchtower, open the Advanced view, then find AI Agent MCP - Hosted Agent Access and create a token.
Use https://watchtower.technology/agent/mcp with Authorization: Bearer wt_mcp_....
Call watchtower.list_data_routes, select a reviewed path, then use paginated reads and preserve source context.
Configuration fields vary by client and version. Use a client that supports remote HTTP MCP and custom bearer authorization headers.
{
"mcpServers": {
"watchtower": {
"type": "http",
"url": "https://watchtower.technology/agent/mcp",
"headers": {
"Authorization": "Bearer wt_mcp_[YOUR_TOKEN]"
}
}
}
}These are compact excerpts from responses generated on 2026-08-28. They demonstrate fields and semantics, not fixed values or current-event claims.
Discover a route, request a bounded page, then continue from nextOffset.
// MCP tool call
{
"name": "watchtower.read_data_route",
"arguments": {
"path": "/agent/api/earthquakes",
"limit": 24
}
}
// observed response excerpt
{
"dataset": {
"id": "earthquakes",
"category": "weather-hazards"
},
"records": [
{ "path": "/metadata/title",
"value": "USGS Magnitude 4.5+ Earthquakes, Past Week" },
{ "path": "/metadata/count", "value": 124 },
{ "path": "/features/0/properties/mag", "value": 5 },
{ "path": "/features/0/properties/status", "value": "reviewed" }
],
"page": {
"returned": 24,
"nextOffset": 24,
"hasMore": true
}
}A higher-level tool returns methodology, source state, confidence and evidence coverage with the assessment.
// MCP tool call
{
"name": "watchtower.get_global_bond_intel",
"arguments": {}
}
// observed response excerpt
{
"schemaVersion": "global-bond-intel-v3.0.0",
"generatedAt": "2026-08-28T11:49:08.810Z",
"cached": true,
"stale": false,
"degraded": false,
"overview": {
"globalBondStressScore": 25.24,
"scoreStatus": "calculated",
"level": "normal",
"confidence": 0.90,
"evidenceCoveragePct": 100,
"sourceOk": 20,
"sourceTotal": 21
},
"methodology": {
"caveat": "Missing evidence remains null..."
}
}Availability depends on entitlement and tool scope. Deep Analyst is optional and separately bounded.
watchtower.list_data_routesDiscover every reviewed data route available to the key holder.
watchtower.read_data_routeRead approved datasets as paginated JSON Pointer/value records.
watchtower.searchSearch the canonical corpus with provenance and freshness context.
watchtower.get_data_pointsRetrieve normalized Watchtower data points and source packs.
watchtower.get_osint_observationsRead normalized public-source observations.
watchtower.get_cross_domain_alertsInspect cross-domain evidence assessments and conditions.
watchtower.get_country_riskRetrieve country-risk rows, summaries and source-state context.
watchtower.get_crypto_intelRetrieve the Crypto Intelligence payload.
watchtower.get_global_bond_intelRetrieve fixed-income evidence across sovereign and credit surfaces.
watchtower.get_military_airInspect military, air and early-warning anomaly signals.
watchtower.get_reportsRead the archived Deep Analyst report manifest when entitled.
watchtower.deep_analysisRun a bounded evidence-backed report when separately entitled.
The 132-route reviewed catalog excludes mutation capabilities. Optional, separately entitled Deep Analyst report generation sits outside that route catalog and has separate bounds. Read-only does not make every source complete, current or continuously available.
Pro is currently USD 29 monthly or USD 250 yearly through recurring PayPal checkout. Team, Enterprise or other approved API-capable access can also enable MCP. Confirm account eligibility before implementation.
Open Watchtower, enter the Advanced view and create your MCP token. Then point your compatible client at the endpoint shown above.