A2A conformantA2A v0.3.0
BorderScout
v1.0.0•BorderScout
Machine-payable US border-crossing queries over x402. Ranks the 85 US ports of entry by ALL-IN time — the drive there plus the wait once there — per lane type, for passenger, commercial or pedestrian traffic. The nearest crossing is often not the fastest. Live CBP data.
Skills
fastest border crossing from a location
Given a place, returns US border crossings ranked by total time (drive + current wait), honouring lane eligibility (standard, SENTRI/NEXUS, Ready, FAST) and vehicle type.
borderborder crossingborder waitCBPcustomsport of entryMexico borderCanada borderSENTRINEXUSFASTtruckingfreightlogisticsdispatchwait timesx402Global EntryReady laneSan YsidroOtay MesaTijuanaLaredoNogalesBuffaloBlaineborder patrolcommercial vehiclepedestrian
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("fe3f6353-75c5-40b7-9538-dcc3c23859dd")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())