Spec live — Draft v1.0

The resolution layer
between AI agents and
the physical world

H.164 is an open protocol that wraps phone numbers with structured metadata — capabilities, availability, trust, and activation methods — making every human service provider on earth discoverable, verifiable, and activatable by AI agents.

Read HIP-0: Vision → Read HIP-1: Schema →
8.3B
Active Mobile Subscriptions
400M+
Business Phone Numbers
0
Wrapped for Agents
12,771
Seed Index Nodes (TX)
01 — The Protocol Gap
Every agent-to-X layer exists.
Except the one that matters.
AI agents can talk to tools, talk to each other, and buy products. They cannot reach the plumber, the lawyer, the tow truck, or the dentist. H.164 fills the last gap.
Protocol Layer What It Connects Status
MCP (Anthropic) Agent ↔ Tool Agents to software tools, databases, APIs Exists
A2A (Google) Agent ↔ Agent Agent communication, delegation, coordination Exists
ACP (Stripe) Agent ↔ Commerce Product discovery and transactions Exists
H.164 Agent ↔ Human Real-world service provider resolution This Project
02 — The Schema
A phone number becomes
an intelligent endpoint
{
  "version": "1.0-draft",
  "endpoint": "+17138539885",
  "entity": {
    "name": "John Moore Services",
    "type": "business"
  },
  "capabilities": {
    "primary": {
      "category": "plumbing",
      "subcategory": ["emergency_repair", "drain_cleaning"]
    }
  },
  "availability": {
    "tier": 3,
    "confidence": 0.65,
    "signal_sources": ["google_listing", "published_hours"]
  },
  "trust": {
    "composite": 0.25,
    "interaction_count": 0,
    "decay_rate": 0.005
  },
  "activation": {
    "methods": [{
      "type": "voice",
      "endpoint": "+17138539885"
    }]
  },
  "listing_basis": "public_listing"
}

From raw number to structured endpoint

An unwrapped phone number is a dead end for an AI agent. No capabilities. No availability. No trust signal. No way to know if calling will resolve the task.

H.164 wraps it with everything an agent needs to discover, evaluate, and activate a human service provider:

  • Capabilities — what this provider does, structured against a controlled taxonomy
  • Coverage — where they operate, with GPS coordinates and service radius
  • Availability — four-tier confidence model from live integration to inferred signals
  • Trust — composite score with time decay, built from interactions and credentials
  • Activation — how an agent reaches this endpoint: voice, SMS, API dispatch
  • Bilateral consent — both sides carry reputation, both sides set thresholds
03 — Resolution Flow
Query → Resolve → Activate → Outcome
Every API call reads AND writes. There is no read-only mode. You cannot consume the index without contributing to its intelligence.
Resolve
Agent sends
structured need
Match
Index returns
ranked nodes
Activate
Agent calls
the endpoint
Outcome
Resolution
recorded on-chain
04 — Seed Index
12,771 nodes. Day one.
The first vertical is home trades in Texas — plumbing, electrical, HVAC, roofing, towing, and more. Enriched from license databases, BBB, Google, and public listings. Structured into the HIP-1 schema. Ready for agent queries.
2,791
Roofing
1,973
HVAC
1,851
Electrical
1,465
Plumbing
1,340
Pest Control
1,141
Towing
1,090
Auto Glass
660
Garage Door
460
Locksmith
05 — Build With Us
Three ways in
H.164 is open infrastructure. The schema is Apache 2.0. The index is free to query. The protocol evolves through HIPs.
Agent Developers

Give your agent the last mile

Your agent can reason, plan, and use tools. But when it needs a plumber, it hits a wall. Integrate H.164 as an MCP tool and give your agent resolution capability across every service vertical — one integration, every provider.

Read the schema spec →
Service Providers

Get discovered by AI

AI agents are already looking for service providers like you. Claim your node, verify your credentials, and control how agents discover and reach you. Set your own consent thresholds — only agents with high trust scores can activate your endpoint.

Claim your node →
Ecosystem Partners

Plug into the protocol

FSM platforms, voice AI companies, carrier APIs, review platforms — your data enriches the index and the index distributes your providers. Integration means your ecosystem becomes agent-accessible overnight.

Partner with us →
06 — Why Open
The Linux model for
human endpoint resolution
The schema is the commons. The index is the public good. The interaction log is the moat. Open enough that every agent platform integrates. Commercial enough to build a business on top.

Apache 2.0 Licensed

The specification is fully open. Anyone can implement the schema, build on the protocol, and contribute HIPs. No permission required.

Ethereum-Native Verification

Outcome events are cryptographically attested via EAS. Trust scores you don't have to take our word for — verify them on-chain.

HIP Governance

The protocol evolves through H.164 Improvement Proposals, following the established model of BIPs and EIPs. Community-driven from day one.

Bilateral Trust

Both sides of every interaction carry reputation and set consent thresholds. This isn't a directory — it's consent infrastructure for the agent economy.

Get Involved
A URL points to a server.
A phone number points to a human.
The protocol is live. The schema is published. The seed index is growing. First contributors and seed investors shape the canonical index.
GitHub Spec → dustin@h164.io