CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Geo

co.thinair/geo
11 toolsauthHTTPregistry active
Summary

Built by the ThinAir Telematics team specifically for freight and logistics workflows. Exposes 11 tools over streamable HTTP: geocoding (single and batch), reverse geocoding, turn-by-turn routing with seven truck costing profiles (53-ft dry van, flatbed, tanker, box truck, auto carrier, etc.), isochrones, live traffic for 30 US metros, weather with severe alerts, place search for truck stops and fuel, and quota checks. The routing respects bridge clearances (900K+ bridges worldwide), truck restrictions, and HAZMAT zones. Free tier gives you 15 requests per day with no API key required. Drop the URL into your MCP config and the tools appear automatically after a one-tap consent flow. If you're building agents that dispatch trucks or plan routes, this is purpose-built for that.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
geocodeConvert an address, place name, street, or intersection into coordinates and structured location results. Use when input is text and you need coordinates before routing, weather, or search. Supports street-level resolution and proximity biasing.6 params

Convert an address, place name, street, or intersection into coordinates and structured location results. Use when input is text and you need coordinates before routing, weather, or search. Supports street-level resolution and proximity biasing.

Parameters* required
sizenumber
Number of candidates to return (default 5)
querystring
Address, place name, street, intersection (e.g. 'Broadway and 42nd Street New York'), or free-form location text
layersstring
Restrict to: address, street, venue, locality. Use layers=street when user clearly wants a street entity
focus_latnumber
Bias results near this latitude — use when user says 'near me' or 'close to'
focus_lonnumber
Bias results near this longitude
boundary_countrystring
ISO country code to reduce ambiguity
reverse_geocodeConvert coordinates into the nearest address, street, or place. Use when starting from GPS coordinates or a map position.4 params

Convert coordinates into the nearest address, street, or place. Use when starting from GPS coordinates or a map position.

Parameters* required
latnumber
Latitude
lonnumber
Longitude
sizenumber
Number of nearby candidates (default 3)
layersstring
Restrict to: address, street, venue, locality
directionsGenerate routes, ETAs, and turn-by-turn directions between locations. Supports car / truck / motorcycle / pedestrian / bicycle, with hazmat + dimension + toll avoidance for commercial routing. ETAs are returned as ISO 8601 with timezone offset (in the destination's local timez...18 params

Generate routes, ETAs, and turn-by-turn directions between locations. Supports car / truck / motorcycle / pedestrian / bicycle, with hazmat + dimension + toll avoidance for commercial routing. ETAs are returned as ISO 8601 with timezone offset (in the destination's local timez...

Parameters* required
tostring
Destination address or 'lat,lon'
viaarray
Intermediate stops in order
fromstring
Origin address or 'lat,lon'
unitsstring
Distance units (default: miles)one of miles · kilometers
hazmatboolean
Set true when transporting hazardous materials to avoid restricted routes
costingstring
Transport mode (default: auto). Use 'truck' for commercial vehiclesone of auto · truck · bicycle · pedestrian · motorcycle
axle_loadnumber
Axle weight in metric tons (e.g. 9.07t = 20,000 lbs per axle)
top_speednumber
Maximum speed in km/h (default 105 for trucks)
use_ferrynumber
Ferry preference 0-1 (0=avoid, 1=allow)
axle_countnumber
Number of axles (default 5 for semi-trailer)
avoid_tollsboolean
Avoid toll roads when user requests toll-free routing
truck_widthnumber
Truck width in meters (e.g. 2.6m = 8'6")
truck_heightnumber
Truck height in meters (e.g. 4.11m = 13'6"). Triggers bridge avoidance
truck_lengthnumber
Truck length in meters (e.g. 16.2m = 53')
truck_weightnumber
Truck weight in metric tons (e.g. 36.3t = 80,000 lbs). Triggers weight-restricted road avoidance
use_highwaysnumber
Highway preference 0-1 (0=avoid, 1=prefer)
include_trafficboolean
Include live traffic conditions along route (default: true)
vehicle_profilestring
Preset vehicle: DRY_VAN_53, FLATBED_48, TANKER, BOX_TRUCK_26, SPRINTER_VAN, DOUBLE_TRAILER, OVERSIZE. Sets height/weight/length automatically. Individual params override.
trafficRetrieve live traffic conditions, congestion, and speed for a location. Use when traffic is needed independently of routing — for corridor monitoring, area congestion, or incident checks. COVERAGE: live data for ~30 major US metros; returns degraded or empty values outside the...3 params

Retrieve live traffic conditions, congestion, and speed for a location. Use when traffic is needed independently of routing — for corridor monitoring, area congestion, or incident checks. COVERAGE: live data for ~30 major US metros; returns degraded or empty values outside the...

Parameters* required
latnumber
Latitude
lonnumber
Longitude
unitsstring
Speed units — auto-detected from location (mph in US/UK, km/h elsewhere). Override if needed.one of miles · kilometers
weatherGet current and forecast weather for a location, including severe weather alerts and minute-by-minute precipitation. Use for destination conditions, travel planning, or route risk assessment.8 params

Get current and forecast weather for a location, including severe weather alerts and minute-by-minute precipitation. Use for destination conditions, travel planning, or route risk assessment.

Parameters* required
latnumber
Latitude
lonnumber
Longitude
unitsstring
Temperature/wind units (default: imperial)one of imperial · metric
locationstring
Place name or address (will be geocoded)
forecast_daysnumber
Forecast days 1-16 (default 5)
include_alertsboolean
Include severe weather alerts and warnings (default: true)
include_forecastboolean
Include multi-day hourly forecast
include_minutelyboolean
Include minute-by-minute precipitation for next 60 min
isochroneGenerate travel-time or travel-distance reachability polygons from an origin. Pass MULTIPLE bands in one call — e.g. `contours_minutes:[10,20,30]` returns three nested polygons in a single response (one round-trip, not three). Use for service coverage, dispatch range, territor...6 params

Generate travel-time or travel-distance reachability polygons from an origin. Pass MULTIPLE bands in one call — e.g. `contours_minutes:[10,20,30]` returns three nested polygons in a single response (one round-trip, not three). Use for service coverage, dispatch range, territor...

Parameters* required
costingstring
Transport modeone of auto · truck · bicycle · pedestrian · motorcycle
locationstring
Center point address or 'lat,lon'
contours_kmarray
Distance bands in km
truck_heightnumber
Truck height in meters
truck_weightnumber
Truck weight in metric tons
contours_minutesarray
Time bands in minutes, e.g. [10, 20, 30]
search_placesCATEGORY-specific POI search near a point — gas stations, truck stops, restaurants, charging stations, etc. Use this when the user has a specific TYPE of place in mind (food / health / retail / fuel / accommodation / nightlife / transport / government / recreation). For broade...6 params

CATEGORY-specific POI search near a point — gas stations, truck stops, restaurants, charging stations, etc. Use this when the user has a specific TYPE of place in mind (food / health / retail / fuel / accommodation / nightlife / transport / government / recreation). For broade...

Parameters* required
limitnumber
Max results (default 10, max 50)
querystring
Free-text place query such as 'truck stop', 'restaurant', 'charging station'
centerobject
Center point for nearby search
layersstring
Restrict to: venue, address
radius_mnumber
Search radius in meters (default 1000)
categoriesarray
Structured categories: food, education, health, entertainment, retail, accommodation, nightlife, transport, government, recreation
batch_geocodeGeocode multiple addresses in one request with structured per-record results. Use for bulk operations instead of repeated single geocode calls. Max 50 per batch.1 params

Geocode multiple addresses in one request with structured per-record results. Use for bulk operations instead of repeated single geocode calls. Max 50 per batch.

Parameters* required
addressesarray
Array of addresses to geocode
exploreBROWSING / DISCOVERY search — cities, neighbourhoods, or mixed venues near a location. Use this when the user is exploring a REGION rather than looking for a specific category. Supports population filtering ('cities > 100k'), distance/population sorting, and layer filtering (l...9 params

BROWSING / DISCOVERY search — cities, neighbourhoods, or mixed venues near a location. Use this when the user is exploring a REGION rather than looking for a specific category. Supports population filtering ('cities > 100k'), distance/population sorting, and layer filtering (l...

Parameters* required
latnumber
Latitude of center point
lonnumber
Longitude of center point
sizenumber
Max results (default 10, max 50)
sortstring
Sort mode (default: combined)one of population · distance · combined
layersstring
Comma-separated: venue, address, street, locality, neighbourhood (default: locality)
radiusstring
Search radius with unit, e.g. '50km', '30mi' (default: 150km)
locationstring
Center point address or 'lat,lon'
min_populationnumber
Minimum population filter for locality results
boundary_countrystring
ISO country code to restrict results
quotaCheck current usage, remaining limits, plan, and quota breakdown for the caller. FREE TO CALL — never counts against your quota, never blocked by it. Use this proactively when the user asks about usage or seems near limits.

Check current usage, remaining limits, plan, and quota breakdown for the caller. FREE TO CALL — never counts against your quota, never blocked by it. Use this proactively when the user asks about usage or seems near limits.

No parameter schema in public metadata yet.

issue_api_keyMint a fresh API key for your current authenticated user/tenant. Useful for CLI workflows, key rotation, or MCP clients that hide the configured Bearer. The new key is tied to your existing plan. Counts as 1 query against your daily quota.

Mint a fresh API key for your current authenticated user/tenant. Useful for CLI workflows, key rotation, or MCP clients that hide the configured Bearer. The new key is tied to your existing plan. Counts as 1 query against your daily quota.

No parameter schema in public metadata yet.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 2, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3