Skip to content

feat(bavlio): add skill for B2B data API via x402#8

Open
adam-badar wants to merge 1 commit into
Merit-Systems:masterfrom
adam-badar:feat/add-bavlio-skill
Open

feat(bavlio): add skill for B2B data API via x402#8
adam-badar wants to merge 1 commit into
Merit-Systems:masterfrom
adam-badar:feat/add-bavlio-skill

Conversation

@adam-badar

Copy link
Copy Markdown

Summary

Adds the bavlio skill covering 5 pay-per-call B2B data endpoints on api.bavlio.com:

Task Endpoint Price
SMTP-verify one email /api/x402/v1/email/verify $0.005
DNS-only validate one email /api/x402/v1/email/validate $0.003
Find working email (pattern probe) /api/x402/v1/email/find $0.010
Find LinkedIn URL for a person /api/x402/v1/linkedin/find-url $0.008
Search prospect pool by tag overlap /api/x402/v1/prospects/search $0.012

Network + settlement

  • Chain: Base mainnet (eip155:8453)
  • Asset: USDC
  • Merchant: 0xCca4725e0e931982830bff523b141E1A7a58d3E7 (CDP Server Wallet)
  • Facilitator: Coinbase Developer Platform — KYT + OFAC screening handled automatically

Verification

All endpoint paths verified against the live /openapi.json; prices match x-payment-info.price.amount (atomic USDC) on each route.

Structure

  • skills/bavlio/SKILL.md + skills/bavlio/rules/getting-started.md
  • Mirrored to mcp/skills/bavlio/ per repo convention.
  • Follows the shape of skills/email/ (StableEmail) for consistency.

Adds 5 endpoints at api.bavlio.com under /api/x402/v1/:
- /email/verify         $0.005 — SMTP RCPT probe
- /email/validate       $0.003 — DNS-only deliverability
- /email/find           $0.010 — sequential SMTP pattern probing
- /linkedin/find-url    $0.008 — LinkedIn URL discovery via public search engines
- /prospects/search     $0.012 — read-only tag-overlap lookup on shared prospect pool

Base mainnet, USDC settlement via Coinbase Developer Platform facilitator.
Merchant 0xCca4725e0e931982830bff523b141E1A7a58d3E7 (CDP Server Wallet,
KYT + OFAC screening handled).

Mirrors skills/bavlio/ into mcp/skills/bavlio/ per repo convention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant