# io.github.huwhitememes/tollbooth (remote · agenttoll.dev)

37 paid x402 MCP tools for OSINT, prediction markets, web intel, and agent security on Base USDC.

- Trust score: 56/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agenttoll.dev`: 56/100 (this document), [markdown](https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll.md), [page](https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll)

## Channel facts

- Endpoint: `https://agenttoll.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.10.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 100 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 5464 tokens (~54/item across 100 items; 100 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 63% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http huwhitememes-tollbooth https://agenttoll.dev/mcp
```

### Codex

```toml
[mcp_servers.huwhitememes-tollbooth]
url = "https://agenttoll.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "huwhitememes-tollbooth": {
      "type": "remote",
      "url": "https://agenttoll.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add huwhitememes-tollbooth --url https://agenttoll.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  huwhitememes-tollbooth:
    url: "https://agenttoll.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "huwhitememes-tollbooth": {
      "type": "http",
      "url": "https://agenttoll.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 55, 0)

- [security] Tool “gen_video_intel” rewrote its description, which is the text the model reads
- [security] Tool “model_settings_lookup” rewrote its description, which is the text the model reads

### 2026-07-31 (score 55, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 53, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (100)

### `ping` (~19 tokens)

Health check. Returns pong + server time + tool catalog.

### `scrape` (~57 tokens)

Fetch a URL and return clean structured content: title, description, meta tags, text content, headings, links, and tech stack signals. Works on HTML and JSON pages.

Input parameters:

- `url` (string, required): The URL to scrape (include https://)

### `detect_stack` (~43 tokens)

Fingerprint a URL for framework, analytics, hosting, payment, CRM, and site-platform signals.

Input parameters:

- `url` (string, required): The URL to inspect (include https://)

### `extract_contacts` (~47 tokens)

Extract visible emails, phone-like strings, social links, and contact/about/pricing/careers URLs from a page.

Input parameters:

- `url` (string, required): The URL to inspect (include https://)

### `score_lead` (~51 tokens)

Score a company domain for outbound fit using HTTPS, DNS, tech stack, contact paths, social links, platform, and copy depth.

Input parameters:

- `domain` (string, required): Company domain, e.g. stripe.com

### `check_agent_policy` (~51 tokens)

Check robots.txt, llms.txt, security.txt, and agent.json for crawl/discovery signals before an agent touches a site.

Input parameters:

- `domain` (string, required): Domain to check, e.g. example.com

### `find_agent_resource` (~54 tokens)

Search a small curated atlas of agent-useful APIs, self-hosted tools, payment rails, scraping helpers, and automation primitives.

Input parameters:

- `category` (string): Optional category filter
- `query` (string, required): Search query

### `validate_agent_manifest` (~40 tokens)

Validate an agent manifest for identity, endpoint, tools, pricing, and payment fields.

Input parameters:

- `manifest_json` (string, required): agent manifest as a JSON string

### `enrich_lead` (~75 tokens)

Enrich a company domain. Returns company name, description, detected tech stack, social media links, DNS records, platform detection (WordPress/Shopify/etc.), and contact page links. Useful for lead scoring and prospect research.

Input parameters:

- `domain` (string, required): Company domain (e.g. stripe.com or https://stripe.com)

### `x402_market_radar` (~59 tokens)

CDP Bazaar radar for x402 builders: live catalog size, AgentToll ranks, keyword gaps, vertical competition, price samples, and next actions.

Input parameters:

- `query_limit` (integer): Search results per tracked query, default 15

### `x402_rank_audit` (~59 tokens)

Audit one x402 resource across buyer keywords. Returns Bazaar rank, competitors above it, metadata defects, and fixes that can improve discovery.

Input parameters:

- `keywords` (array)
- `limit` (integer)
- `resource` (string)

### `insider_cluster_brief` (~43 tokens)

Turn recent SEC Form 4 filings into an insider-activity cluster brief. Signal intel only.

Input parameters:

- `limit` (integer)
- `ticker` (string)

### `gov_contract_fit_brief` (~67 tokens)

Score federal contract awards against a service keyword, agency, or company domain. Returns incumbents, agencies, amounts, and pursuit notes.

Input parameters:

- `agency` (string)
- `company_domain` (string)
- `keyword` (string)
- `limit` (integer)

### `regulatory_impact_brief` (~69 tokens)

Summarize fresh Federal Register and rulemaking signals for one sector with severity, source links, and action read.

Input parameters:

- `agency` (string)
- `hours` (integer)
- `jurisdiction` (string)
- `limit` (integer)
- `sector` (string)

### `polymarket_event_scan` (~91 tokens)

Scan one live Polymarket negRisk event for fee-adjusted outcome-sum violations. Intelligence only; verify CLOB depth and resolution rules before acting.

Input parameters:

- `min_edge` (number): Minimum net edge, default 0.02
- `min_liquidity` (number): Minimum liquidity per leg in USD, default 1000
- `slug` (string, required): Polymarket event slug

### `polymarket_market_scan` (~135 tokens)

Scan high-volume active Polymarket markets for resolution candidates and fee-adjusted YES+NO bundle violations. Intelligence only; verify live books and rules before acting.

Input parameters:

- `limit` (integer): Markets to scan, default 100
- `min_certainty` (number): Resolution-candidate threshold, default 0.95
- `min_edge` (number): Minimum bundle net edge, default 0.02
- `min_liquidity` (number): Minimum liquidity in USD, default 1000
- `min_volume_24h` (number): Minimum 24h volume in USD, default 5000

### `cross_platform_arb_scan` (~159 tokens)

Match live Polymarket and Kalshi markets for a topic and compare complementary asks after conservative fee estimates. Intelligence only; verify both rulebooks before acting.

Input parameters:

- `kalshi_max_pages` (integer): Kalshi pages of 1000 markets, default 12
- `max_matches` (integer): Maximum matches and opportunities returned, default 25
- `min_net_edge` (number): Minimum fee-adjusted edge, default 0.015
- `min_similarity` (number): Minimum semantic-token match score, default 0.62
- `polymarket_limit` (integer): Polymarket markets to screen, default 1000
- `query` (string, required): Topic, entity, asset, or market phrase such as bitcoin

### `agent_threat_intel` (~97 tokens)

Query the OWASP Agentic Top 10 threat catalog (ASI01-ASI10). Returns threats, detection hints, mitigations, and mapped detection rule IDs.

Input parameters:

- `category` (string): Filter by category, e.g. 'prompt injection', 'supply chain'
- `id` (string): Specific threat ID, e.g. ASI04
- `severity` (string): Filter: critical, high, medium

### `mcp_supply_chain_iocs` (~60 tokens)

Query known-malicious MCP packages, versions, C2 hosts, and email IOCs. The virus database for MCP.

Input parameters:

- `host` (string): C2 host to check
- `package` (string): npm package name to check

### `agent_trifecta_score` (~126 tokens)

Score an agent's lethal trifecta risk (private data + untrusted content + outbound actions). Returns risk level, missing controls, and decomposition advice.

Input parameters:

- `compensating_controls` (array, required): Controls in place, e.g. ['redact_secrets', 'smart_approvals']
- `has_outbound_actions` (boolean, required): Can the agent take outbound actions (send, write, call APIs)?
- `has_private_data` (boolean, required): Does the agent access private/sensitive data?
- `has_untrusted_content` (boolean, required): Does the agent process untrusted external content?

### `agent_security_policies` (~53 tokens)

Get drop-in agent security policy templates by profile (coding-agent, browser-agent, payment-agent, research-agent).

Input parameters:

- `profile` (string): Agent profile: coding-agent, browser-agent, payment-agent, research-agent

### `geo_pulse` (~115 tokens)

Composite geopolitical intervention signal — GDELT + BBC + AlJazeera + ADS-B mil + prediction-market boosters (intervention signal pattern). Returns alert_level + signals array.

Input parameters:

- `hours_back` (integer): Hours back, default 6
- `include_thermal` (boolean): Include thermal/firms heuristic
- `min_confidence` (number): Min confidence 0-1, default 0.6
- `region` (string): global|middle_east|ukraine|taiwan|asia_pacific

### `flight_intel` (~108 tokens)

Exec-jet + military aircraft intel — TEB/VNY/DCA geofence, tail filter, B-52/F-35/E-3 detection via adsb.lol open. M&A / defense Polymarket edge.

Input parameters:

- `airport_code` (string): Airport ICAO/IATA e.g. TEB, VNY, DCA
- `hours_back` (integer): Hours back, default 12
- `tail_number` (string): Tail e.g. N123AB

### `research_pack` (~111 tokens)

Multi-source OSINT research pack — GDELT + BBC + HN + Reddit, 4-layer verification layer (existence+recency+multi-source+domain allowlist) + combined relevance scoring. research pack pipeline.

Input parameters:

- `domains` (array): Optional domain filter allowlist
- `hours_back` (integer): Hours back, default 24
- `include_sources` (array): Sources to include: gdelt, bbc, hn, reddit
- `topic` (string, required): Research topic query

### `scenario_verdict` (~86 tokens)

Scenario engine seed→entity→3-scenario verdict.json + composite YES prob mapped to market question. Input raw seed text + question, get bear/base/bull scenarios + fair_price_hint.

Input parameters:

- `context` (string): Optional context
- `market_question` (string, required): Polymarket/Yes-No market question
- `seed_text` (string, required): Raw seed text / headline pack

### `weather_bias` (~83 tokens)

Weather bias vs recent mean — uses Open-Meteo archive+forecast and ticker mapping for Kalshi HIGH* fade edge.

Input parameters:

- `city` (string, required): NYC|CHI|MIA|LAX or lat,lon = NYC default
- `days_back` (integer): Days back for anomaly, default 7
- `model` (string): Model name for provenance

### `supply_stress` (~97 tokens)

Supply-chain stress index — CBP BWT + GDELT chokepoint mentions + AIS/MarineTraffic hint, port congestion for freight/commodity/middle_east Polymarket edge.

Input parameters:

- `chokepoints` (array): Chokepoints e.g. hormuz,bab-el-mandeb,suez,bosphorus
- `ports` (array): Ports e.g. LAX,NYC,HOU,LGB

### `regulatory_pulse` (~87 tokens)

Regulatory pulse — SEC Atom RSS + openFDA adverse + USPTO TSDR + FCC OET + FAA registry hints for bio/tech Polymarkets. Returns events by org + provenance.

Input parameters:

- `hours_back` (integer): Hours back, default 24
- `org` (string): all|sec|fda|uspto|fcc|faa|openfda

### `attention_momentum` (~96 tokens)

Attention momentum — HN Algolia + Reddit JSON velocity scoring, points/hr + momentum_score, viral flag for culture/pop/app-rank/YouTube/npm-dl Polymarkets. Proxies: pypistats, api.npmjs.org.

Input parameters:

- `query` (string): Topic filter e.g. Claude Code
- `window` (string): 1h|6h|24h, default 6h

### `sec_8k_velocity` (~119 tokens)

SEC 8-K velocity — EFTS FullTextSearch + Atom current, 1h spike vs 24h mean >3x, Item 1.05/2.02/5.02 boost. Earnings/merger/legal prediction-market lead. 9/sec TokenBucket, UA CompanyName Email per 17 CFR 200.80.

Input parameters:

- `hours` (integer): Hours back, default 6
- `limit` (integer): Max rows, default 100
- `min_score` (number): Min score filter

### `fred_surprises` (~80 tokens)

FRED rates surprise — DGS10 10Y + DGS2 2Y csv public-domain no-key, spread + inversion flag, delta scoring for FOMC Fed funds + rates markets. TokenBucket 2/s polite.

Input parameters:

- `days` (integer): Days back, default 14
- `min_score` (number): Min score

### `treasury_dts` (~77 tokens)

Treasury DTS TGA — operating_cash_balance free gov public-domain, TGA close $B d/d delta, deposits/withdrawals enrichment. Liquidity / debt-ceiling / SPX direction edge, 2nd upstream.

Input parameters:

- `days` (integer): Days back, default 7
- `min_score` (number): Min score

### `openrouter_models` (~69 tokens)

OpenRouter model catalog — id, name, context_length, pricing, created. Cached 1h, auto-fetched via public API. For model routing decisions.

Input parameters:

- `limit` (integer): Max models to return, default 100
- `min_context` (integer): Min context length filter

### `github_trending` (~90 tokens)

GitHub trending repos — stars >20 + recent push, sorted by stars desc. Public GitHub Search API no-key. Momentum proxy for dev tooling / open source virality.

Input parameters:

- `language` (string): Filter by language e.g. TypeScript
- `limit` (integer): Max repos, default 25
- `since_days` (integer): Pushed within N days, default 7

### `hn_frontpage` (~70 tokens)

HN frontpage live — Algolia front_page tag, dwell = points/(age_h+2). Cache 10min. Top stories sorted by dwell for attention-momentum edge.

Input parameters:

- `limit` (integer): Max stories, default 30
- `min_points` (integer): Min points filter

### `usgs_quake` (~79 tokens)

USGS all-day earthquakes — mag, place, time, tsunami, felt, coords, depth. Public USGS GeoJSON no-key. Disaster / insurance / commodity market tail-risk pulse.

Input parameters:

- `limit` (integer): Max quakes, default 50
- `min_mag` (number): Min magnitude e.g. 2.5

### `openaq_air` (~82 tokens)

OpenAQ air quality — PM2.5/PM10/NO2/O3 by city/country, lastUpdated. v3 API + v2 fallback. Env / health / geo pulse. For PM market disclaimers.

Input parameters:

- `country` (string): ISO country code e.g. US
- `limit` (integer): Max locations, default 30

### `court_opinions` (~70 tokens)

Search US federal court opinions by keyword, court, date via CourtListener (Free Law Project). Keyless.

Input parameters:

- `court` (string): e.g. scotus, ca9
- `days_back` (integer): Days back, default 90
- `query` (string, required): Search terms

### `court_docket` (~41 tokens)

Look up a federal court docket by ID via CourtListener RECAP archive. Parties, filings, dates.

Input parameters:

- `docket_id` (string, required): Docket ID

### `federal_register` (~59 tokens)

Search the daily Federal Register — proposed rules, final rules, presidential notices.

Input parameters:

- `agency` (string): e.g. SEC, EPA
- `query` (string, required): Search terms
- `type` (string): RULE, NOTICE, PRORULE

### `patents_search` (~50 tokens)

Full-text patent search via Google Patents. Titles, assignees, dates, abstracts.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string, required): Patent search terms

### `regulations_search` (~50 tokens)

Search open rulemakings and public dockets. Falls back to Federal Register if no API key.

Input parameters:

- `query` (string, required): Search terms
- `status` (string): e.g. open, closed

### `search_papers` (~51 tokens)

Search 226M+ academic papers across all fields with AI-ranked relevance via Semantic Scholar Graph API.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string, required): Research query

### `search_arxiv` (~70 tokens)

Search arXiv preprints in CS, physics, math, biology. Titles, authors, abstracts, categories.

Input parameters:

- `category` (string): e.g. cs.CL, cs.LG
- `limit` (integer): Max results, default 20
- `query` (string, required): Search terms

### `search_pubmed` (~54 tokens)

Search 37M+ biomedical papers via NCBI PubMed. PMIDs, titles, authors, journals.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string, required): Biomedical query

### `clinical_trials` (~66 tokens)

Search 480K+ clinical studies via ClinicalTrials.gov v2. Status, sponsors, phases, results.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string, required): Trial query
- `status` (string): RECRUITING, COMPLETED

### `search_openalex` (~51 tokens)

Search 250M+ works via OpenAlex with institution data, bibliometrics, citation counts.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string, required): Research query

### `drug_recalls` (~50 tokens)

Search FDA drug/device/food enforcement recalls via openFDA. Severity, classification, recalling firm.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string): Search terms

### `adverse_events` (~51 tokens)

Search 20M+ FDA adverse drug event reports via openFDA. Patient outcomes, drugs, reactions.

Input parameters:

- `drug` (string, required): Drug name
- `limit` (integer): Max results, default 20

### `product_recalls` (~49 tokens)

Search CPSC consumer product recalls via saferproducts.gov. Hazards, manufacturers, remedies.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string): Product search

### `vehicle_recalls` (~63 tokens)

Search NHTSA vehicle recalls by make, model, or VIN. Campaign numbers, defect descriptions.

Input parameters:

- `make` (string): e.g. Toyota
- `model` (string): e.g. Camry
- `vin` (string): 17-char VIN

### `drug_labels` (~51 tokens)

Search official FDA drug labels via openFDA. Dosage, warnings, contraindications, active ingredients.

Input parameters:

- `drug_name` (string, required): Drug name
- `limit` (integer): Max results, default 10

### `wildfires` (~56 tokens)

Active wildfire detections from NASA FIRMS satellites. Lat/lon, brightness, confidence, scan time.

Input parameters:

- `limit` (integer): Max results, default 50
- `region` (string): e.g. us-west, california

### `weather_alerts` (~55 tokens)

Active NOAA NWS severe weather alerts — watches, warnings, advisories by state or zone.

Input parameters:

- `state` (string): 2-letter state code e.g. CA
- `zone` (string): NWS zone ID

### `tide_data` (~39 tokens)

NOAA tide predictions and observed water levels for coastal stations.

Input parameters:

- `date` (string): YYYYMMDD
- `station` (string): NOAA station ID

### `space_weather` (~57 tokens)

NOAA space weather — solar flares, geomagnetic storms, solar wind speed, Kp index.

Input parameters:

- `days` (integer): Days back, default 1
- `type` (string): planetary_k_index, solar_wind, flare

### `water_levels` (~59 tokens)

Real-time USGS river/stream flow and flood data. Gauge height, discharge, percentiles by state.

Input parameters:

- `parameter_code` (string): USGS param code, default 00060
- `state` (string): 2-letter state code

### `federal_spending` (~65 tokens)

Search $6T+ federal budget by agency, recipient, or keyword via USAspending.gov API.

Input parameters:

- `agency` (string): e.g. Department of Defense
- `limit` (integer): Max results, default 20
- `recipient` (string): Recipient name

### `national_debt` (~27 tokens)

US national debt to the penny via Treasury FiscalData. Total debt, debt by instrument.

### `federal_grants` (~57 tokens)

Search Grants.gov for open federal funding opportunities. Agency, eligibility, deadline.

Input parameters:

- `limit` (integer): Max results, default 20
- `query` (string): Keyword search
- `status` (string): open, forecasted

### `nonprofit_filings` (~51 tokens)

Search nonprofit IRS 990 filings via ProPublica Nonprofit Explorer. Revenue, expenses, exec comp.

Input parameters:

- `query` (string, required): Organization name
- `state` (string): 2-letter state code

### `economic_indicators` (~58 tokens)

GDP, CPI, unemployment, trade data via World Bank API. Multi-year time series.

Input parameters:

- `country` (string): ISO code e.g. US
- `indicator` (string): e.g. NY.GDP.MKTP.CD

### `lobbying_records` (~59 tokens)

Search FEC lobbying disclosure records. Lobbyists, clients, amounts, issues lobbied.

Input parameters:

- `client` (string): Client/org name
- `lobbyist` (string): Lobbyist name
- `year` (integer): 4-digit year

### `edgar_filings` (~48 tokens)

Search SEC EDGAR full-text filings by company, form type, or ticker.

Input parameters:

- `form_type` (string)
- `query` (string, required)
- `ticker` (string)

### `insider_trades` (~30 tokens)

SEC Form 4 insider transactions.

Input parameters:

- `limit` (integer)
- `ticker` (string)

### `fred_series` (~29 tokens)

FRED economic data series.

Input parameters:

- `limit` (integer)
- `series_id` (string)

### `combinatorial_arb` (~28 tokens)

Polymarket negRisk combinatorial arbitrage scan.

Input parameters:

- `limit` (integer)

### `orderbook_imbalance` (~36 tokens)

Polymarket CLOB orderbook imbalance.

Input parameters:

- `condition_id` (string)
- `token_id` (string)

### `smart_money` (~31 tokens)

Polymarket leaderboard and top trader activity.

Input parameters:

- `limit` (integer)
- `timeframe` (string)

### `cve_search` (~41 tokens)

Search NIST NVD CVE database.

Input parameters:

- `cve_id` (string)
- `keyword` (string)
- `severity` (string)

### `company_registry` (~27 tokens)

Search company registries.

Input parameters:

- `jurisdiction` (string)
- `query` (string, required)

### `reddit_search` (~32 tokens)

Search Reddit.

Input parameters:

- `query` (string, required)
- `sort` (string)
- `subreddit` (string)

### `github_repo_intel` (~22 tokens)

GitHub repo intelligence.

Input parameters:

- `repo` (string, required)

### `currency_rates` (~27 tokens)

Live currency exchange rates.

Input parameters:

- `base` (string)
- `target` (string)

### `business_days` (~37 tokens)

Business days calculator.

Input parameters:

- `days_ahead` (integer)
- `end_date` (string)
- `start_date` (string)

### `judges_search` (~28 tokens)

Search federal and state judges.

Input parameters:

- `court` (string)
- `query` (string, required)

### `trademarks_search` (~27 tokens)

Search USPTO trademarks.

Input parameters:

- `owner` (string)
- `query` (string, required)

### `disease_outbreaks` (~22 tokens)

CDC disease outbreak data.

Input parameters:

- `query` (string)

### `food_safety` (~21 tokens)

openFDA food enforcement.

Input parameters:

- `query` (string)

### `federal_contracts` (~31 tokens)

Federal contracts via USAspending.gov.

Input parameters:

- `agency` (string)
- `query` (string)

### `paper_details` (~22 tokens)

Paper metadata via Semantic Scholar.

Input parameters:

- `paperId` (string, required)

### `citation_graph` (~29 tokens)

Citation graph via Semantic Scholar.

Input parameters:

- `direction` (string)
- `paperId` (string, required)

### `gen_video_intel` (~86 tokens)

Live Banodoco practitioner-feed intelligence for generative video and image workflows: Wan, VACE, LTX, ComfyUI, FLUX 3, Seedance, Kling, Hunyuan, Qwen Image, settings, comparisons, and gotchas. Intelligence only; no direct model API resale.

Input parameters:

- `model` (string)
- `query` (string)

### `model_settings_lookup` (~64 tokens)

Community-tested settings for generative video and image models: CFG, steps, denoise, fps, resolution, sampler, LoRA, ComfyUI, fp8/quantization, and training notes.

Input parameters:

- `model` (string, required)
- `task` (string)

### `space_weather_kp` (~20 tokens)

Current planetary K-index and geomagnetic storm conditions.

### `weather_forecast_grid` (~37 tokens)

Detailed NWS 7-day forecast for US lat/lon.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

### `weather_current_global` (~37 tokens)

Current weather for any global coordinate.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)
- `variables` (string)

### `aurora_forecast` (~16 tokens)

NOAA aurora oval forecast.

### `marine_conditions` (~29 tokens)

Marine conditions for any ocean coordinate.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

### `air_quality_index` (~36 tokens)

PM2.5, UV index, pollutants for any location.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

### `postal_code_lookup` (~39 tokens)

City, state, geo for postal/zip codes (60+ countries).

Input parameters:

- `country` (string, required)
- `postal_code` (string, required)

### `ip_geolocation` (~23 tokens)

Geolocate an IP address.

Input parameters:

- `ip` (string, required)

### `timezone_current` (~23 tokens)

Current time for any IANA timezone.

Input parameters:

- `timezone` (string, required)

### `airport_status` (~23 tokens)

Airport details by ICAO code.

Input parameters:

- `icao` (string, required)

### `dns_records_lookup` (~31 tokens)

DNS resolution via Cloudflare DoH.

Input parameters:

- `domain` (string, required)
- `type` (string)

### `isbn_book_lookup` (~24 tokens)

Book metadata by ISBN via Open Library.

Input parameters:

- `isbn` (string, required)

### `crypto_price_simple` (~30 tokens)

Cryptocurrency price via CoinGecko.

Input parameters:

- `coin` (string, required)
- `currency` (string)

### `btc_address_balance` (~23 tokens)

Bitcoin address balance and tx history.

Input parameters:

- `address` (string, required)

### `btc_mempool_fees` (~17 tokens)

Recommended Bitcoin network fees.

### `food_recall_check` (~25 tokens)

Search openFDA food enforcement and recalls.

Input parameters:

- `query` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll#diagnostics

## Score history

- 2026-08-03: 56
- 2026-08-02: 55
- 2026-08-01: 55
- 2026-07-31: 55
- 2026-07-30: 55
- 2026-07-29: 54
- 2026-07-28: 53
- 2026-07-27: 53
- 2026-07-26: 52

## Links

- Remote endpoint: https://agenttoll.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll/changelog.json
- HTML version of this page: https://verifymcp.io/servers/huwhitememes-tollbooth/agenttoll
