Integrations
Poncho

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

  1. You describe an outcome in Poncho chat (macro snapshot, wire headlines, DeFi intel, security posture, …).
  2. Poncho searches its tool marketplace and selects a Concierge route from openapi.json / x402scan.
  3. AgentCash pays x402 USDC per call (raw $0.02 · signal $0.10 · security scout $0.02 · security-scan $0.10) or sandbox equivalent.
  4. 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:

RouteUse in Poncho
POST /api/concierge-intel-macroSPX, VIX, DXY, gold, BTC/ETH, Fear & Greed, Treasury yields, central-bank calendar
POST /api/concierge-intel-wireWire headline digest — live RSS + Lounge memory; optional category / message
POST /api/conciergeNatural-language research chat (Gemini default; optional GLM, HYRE Gateway, Anthropic Claude, or OpenAI GPT-5.6)
POST /api/news-openUnlock full article URL from the wire
POST /api/concierge-security-scanPassive website security breakdown (authorized targets) — $0.10
POST /api/concierge-security-headersScout 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

Concierge Agent · Poncho marketplace · tryponcho.com