feat(bavlio): add skill for B2B data API via x402#8
Open
adam-badar wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the bavlio skill covering 5 pay-per-call B2B data endpoints on
api.bavlio.com:/api/x402/v1/email/verify/api/x402/v1/email/validate/api/x402/v1/email/find/api/x402/v1/linkedin/find-url/api/x402/v1/prospects/searchNetwork + settlement
eip155:8453)0xCca4725e0e931982830bff523b141E1A7a58d3E7(CDP Server Wallet)Verification
x-agent-examplesper endpoint + per-routex-payment-info.pay_to)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.mdmcp/skills/bavlio/per repo convention.skills/email/(StableEmail) for consistency.