Poncho
Poncho is a conversational agent with a marketplace of pay-per-use tools. Concierge Agent has a verified Poncho merchant page backed by the same MPPscan/OpenAPI discovery. No Concierge API key is required.
Status: Verified Poncho merchant + health pages · verified x402scan and MPPscan profiles
Origin: https://conc-exe.xyz
Poncho: merchant ↗ · health ↗
Registries: x402scan ↗ · MPPscan ↗
How it works
- You describe an outcome in Poncho chat (macro snapshot, wire headlines, DeFi intel, security posture, …).
- Poncho searches its tool marketplace and selects a Concierge route from
openapi.json/ x402scan. - AgentCash pays x402 USDC per call (raw $0.02 · signal $0.10 · security scout $0.02 · security-scan $0.10) or sandbox equivalent.
- JSON or HTML result appears inline — no API keys, no Concierge signup.
Hosting your own Poncho agent (poncho.config.js) uses PONCHO_AUTH_TOKEN for your deployment — not for calling Concierge as a consumer.
Research & Security routes
OpenAPI tags Research, News, Utility, and security help Poncho route beyond trading desks:
| Route | Use in Poncho |
|---|---|
POST /api/concierge-intel-macro | SPX, VIX, DXY, gold, BTC/ETH, Fear & Greed, Treasury yields, central-bank calendar |
POST /api/concierge-intel-wire | Wire headline digest — live RSS + Lounge memory; optional category / message |
POST /api/concierge | Natural-language research chat (Gemini default; optional GLM, HYRE Gateway, Anthropic Claude, or OpenAI GPT-5.6) |
POST /api/news-open | Unlock full article URL from the wire |
POST /api/concierge-security-scan | Passive website security breakdown (authorized targets) — $0.10 |
POST /api/concierge-security-headers | Scout HTTP header checklist — $0.02 |
Full catalog: 24 endpoints · openapi.json · Security Desk
Example prompts (Poncho chat)
Call Concierge intel-macro and summarize SPX, VIX, and Fear & Greed.
Get Concierge intel-wire headlines about geopolitics — limit 8.
Run Concierge security-scan on https://api.example.com with allowlist *.example.com — I own this host.
What paid routes does Concierge Agent API offer?
Test without Poncho
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-macro -d '{}'
pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-wire \
-d '{"category":"Geopolitics","limit":5}'
pay --sandbox curl https://conc-exe.xyz/api/concierge-security-headers \
-d '{"target":"https://api.example.com","allowlist":["*.example.com"],"authorized":true}'
curl -s https://conc-exe.xyz/openapi.json | jq '.paths | keys | length'
Expect 24 paid paths after deploy. See Quickstart · pay.sh.
Related
- x402scan — discovery registry Poncho uses
- HYRE Gateway — optional chat models on
/api/concierge - Anthropic Claude — optional Sonnet / Haiku on
/api/concierge - OpenAI GPT-5.6 — optional Terra / Luna on
/api/concierge - MPP & AgentCash
- Intel APIs
- Security Desk
- For Builders
Concierge Agent · Poncho marketplace · tryponcho.com