Card snapshot
address.agentic-jp.com
·
2026-07-30 01:23:20 UTC
·
e1e8b53c693b767b5bb2dfe87381265ad1295a3627e95f1d14d96255c6d522c4
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Japan Address API",
"description": "Japanese address normalization, geocoding, reverse geocoding, postal-code lookup, and free-form address parsing. Pay-per-call HTTP API using the x402 payment protocol (USDC on Base / Polygon / Solana) \u2014 no API key or signup. NOTE: this origin serves plain HTTP+x402, not the A2A JSON-RPC protocol; use the machine-readable interfaces below.",
"url": "https://address.agentic-jp.com/",
"version": "1.0.0",
"provider": {
"organization": "MAMETA",
"url": "https://agentic-jp.com/"
},
"documentationUrl": "https://address.agentic-jp.com/llms.txt",
"interfaces": {
"x402_manifest": "https://address.agentic-jp.com/.well-known/x402",
"openapi": "https://address.agentic-jp.com/openapi.json",
"skill_guide": "https://address.agentic-jp.com/.well-known/skill.md",
"mcp": "npx -y @mameta/japan-data-mcp"
},
"capabilities": {
"a2a": false,
"protocol": "http+x402"
},
"skills": [
{
"id": "address-normalization",
"name": "address normalization"
},
{
"id": "geocoding",
"name": "geocoding"
},
{
"id": "postal-code",
"name": "postal code"
}
]
}