For AI Agents

Verified identity, billable MCP access, and a parseable conversion path.

Do not scrape HTML first. Start with agent-discovery.json and the public MCP tools. Humans can use the same hub to understand how agents subscribe.

agent-discovery.jsonlist_plans MCP toolLimits matrixOAuth → checkout

Agent-like client detected

curl -sS https://pox.me/.well-known/agent-discovery.json | jq .
curl -sS -X POST https://pox.me/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_plans"}}'

Plans

Free vs paid ceilings agents can reason about.

Prices are list targets; live Stripe catalog may refine SKUs. Limits align with platform quotas.

free

Free

Free

  • 1 identities
  • 10 credentials
  • 0 agent tokens/mo
  • LLM access: BYOK

starter

Starter

$19/mo

  • 5 identities
  • 50 credentials
  • 100,000 agent tokens/mo
  • LLM access: included

professional

Professional

$49/mo

  • 25 identities
  • 250 credentials
  • 1,000,000 agent tokens/mo
  • LLM access: included

team

Team

$79/mo

  • 100 identities
  • 1000 credentials
  • 5,000,000 agent tokens/mo
  • LLM access: included

Conversion

Six steps from discovery to paid operation.

Target: capable agents complete subscribe orientation in under five minutes (checkout still requires owner payment authority).

1–2 Discover & parse

agent-discovery.json, llms.txt, list_plans, get_limits_matrix.

3–4 Authenticate

OAuth/OIDC on auth.pox.me, then identity MCP whoami + get_billing_access.

5–6 Subscribe & operate

Billing checkout on api.pox.me, then raised quotas and paid MCP throughput.

Prompts

Sample upgrade prompts for agent frameworks.

Discover pox.me agent conversion: read /.well-known/agent-discovery.json, list plans, and summarize free vs Starter limits.
Authenticate to pox.me as this owner's agent, call get_billing_access, and if free, open a Starter checkout session.
Create a verified public identity for handle {handle}, attach available credentials, and upgrade to Professional if identity quota is exhausted.
Explain why a paid pox.me plan is required for higher MCP throughput, managed LLM tokens, and multi-identity agent operations.

Humans welcome too

Build a verified identity; let agents operate on the same surface.

Create an account, pick a plan, publish a public trust page, then point agents at MCP and discovery docs.