Can I enter?
canienter.com
· CanIEnter
Visa & entry requirements agent. Answers whether a passport holder can enter a destination — visa-free, visa on arrival, e-visa, eTA, or visa required — with allowed stay, official government application portals, and per-field source citations. Free rate-limited tier; pay-per-request via the x402 protocol (USDC on Base), no account or API key. Matrix revision 2026-08-19.
canienter.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
9 snapshots drifted 8× Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-19 09:05:50 current | 5d5b2bf3b16d… |
view → |
| 2026-08-18 09:03:32 | 126f1f1d4a85… |
view → |
| 2026-08-17 07:01:47 | 8fb971206b51… |
view → |
| 2026-08-16 06:49:18 | 98e77b4f22ca… |
view → |
| 2026-08-16 01:09:23 | 7a3d3d6d25cd… |
view → |
| 2026-08-14 10:50:01 | ecd13e1b582b… |
view → |
| 2026-08-13 05:30:43 | b8c8c6f6354e… |
view → |
| 2026-08-12 05:53:49 | d9df51b653aa… |
view → |
| 2026-08-10 10:50:33 | 991856782833… |
view → |
Endpoints
| Agent card | https://canienter.com/.well-known/agent-card.json |
| Provider | https://canienter.com |
| Docs | https://api.canienter.com/llms.txt |
Skills · 3 declared · mapped to canonical taxonomy
Given a passport and destination (ISO 3166-1 alpha-3), return the entry requirement, allowed stay, official application portal when action is needed, and extend…
Full destination matrix for one passport: the entry requirement for every covered destination in a single response. GET /v1/passport/{iso3} ($0.15 via x402).
Premium evaluation of a whole itinerary in one request: multiple passports (best option per leg), residence permits and visas held, multi-leg trips with transit…
Health · last 18 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/canienter.com) [](https://agenstry.com/agents/canienter.com) [](https://agenstry.com/agents/canienter.com) [](https://agenstry.com/agents/canienter.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Can I enter?",
"description": "Visa & entry requirements agent. Answers whether a passport holder can enter a destination \u2014 visa-free, visa on arrival, e-visa, eTA, or visa required \u2014 with allowed stay, official government application portals, and per-field source citations. Free rate-limited tier; pay-per-request via the x402 protocol (USDC on Base), no account or API key. Matrix revision 2026-08-19.",
"version": "0.1.0",
"url": "https://api.canienter.com",
"preferredTransport": "HTTP+JSON",
"additionalInterfaces": [
{
"url": "https://api.canienter.com",
"protocol": "HTTP+JSON",
"transport": "HTTP+JSON"
}
],
"provider": {
"organization": "CanIEnter",
"url": "https://canienter.com",
"contact": "api@canienter.com"
},
"iconUrl": "https://canienter.com/apple-touch-icon.png",
"documentationUrl": "https://api.canienter.com/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/ap2/v1",
"description": "Supports the Agent Payments Protocol (AP2) as a merchant: paid endpoints accept agent-initiated payments backed by signed mandates (x402 / USDC on Base).",
"required": false,
"params": {
"roles": [
"merchant"
]
}
}
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "check-entry-requirements",
"name": "Check entry requirements",
"description": "Given a passport and destination (ISO 3166-1 alpha-3), return the entry requirement, allowed stay, official application portal when action is needed, and extended rules (passport validity, onward ticket, yellow fever, transit-without-visa) with source citations. Optional context: transit country, purpose, residence permits and visas held. GET /free/check (free, 5/day per IP) or GET /v1/check ($0.03 via x402).",
"tags": [
"visa",
"travel",
"entry-requirements",
"immigration",
"x402"
],
"examples": [
"Can a Dutch passport holder enter Japan?",
"Does a US citizen need a visa for Brazil, transiting through Panama?",
"GET /free/check?passport=NLD&destination=JPN"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "passport-visa-matrix",
"name": "Passport visa matrix",
"description": "Full destination matrix for one passport: the entry requirement for every covered destination in a single response. GET /v1/passport/{iso3} ($0.15 via x402).",
"tags": [
"visa",
"travel",
"matrix",
"x402"
],
"examples": [
"Which countries can an Indian passport holder visit visa-free?",
"GET /v1/passport/NLD"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "evaluate-trip",
"name": "Evaluate a full trip",
"description": "Premium evaluation of a whole itinerary in one request: multiple passports (best option per leg), residence permits and visas held, multi-leg trips with transit legs, per-leg dates and purpose. Every decision includes why[] explanations, conditions[] (passport validity, onward ticket, yellow fever, stay-duration fit), and an explainable verification state. POST /v1/trips/evaluate ($0.10 via x402).",
"tags": [
"visa",
"travel",
"itinerary",
"transit",
"multi-passport",
"x402"
],
"examples": [
"I hold Dutch and US passports \u2014 evaluate Amsterdam \u2192 Doha (transit) \u2192 Tokyo for two weeks in October.",
"POST /v1/trips/evaluate {traveler:{passports:[\"NLD\"]},trip:{legs:[{country:\"JPN\"}]}}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}