feat(stall): add blockrun_stall tool — 210 pay-per-call data caps via The Stall (IntuiTek¹)#17
Open
KyleMillion wants to merge 6 commits into
Open
feat(stall): add blockrun_stall tool — 210 pay-per-call data caps via The Stall (IntuiTek¹)#17KyleMillion wants to merge 6 commits into
KyleMillion wants to merge 6 commits into
Conversation
… The Stall (IntuiTek¹)
5c78c98 to
5590111
Compare
Author
|
This PR is now rebased on the latest HEAD and confirmed mergeable — no conflicts. Happy to answer any questions about the integration. Thanks for taking a look! |
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
blockrun_stall— a path-based MCP tool for The Stall (IntuiTek¹), an x402-native data server with 210 pay-per-call AI data capabilities covering equities, macro, regulatory, climate, social, and specialized research.What it adds
src/tools/stall.ts— Tool implementation (surf.ts pattern: path-based GET passthrough, budget pre-check, structured output)skills/stall/SKILL.md— Full skill: frontmatter triggers, Quick Decision Table (35 caps), 10 worked examples, gotchas, referencesrc/mcp-handler.ts— Registersblockrun_stallREADME.md— New row in Tools tableCHANGELOG.md— 0.22.0 entrypackage.json— Version bump 0.21.2 → 0.22.0Why blockrun + STALL = natural fit
BlockRun is AI inference + on-chain data. The Stall is 209 data capabilities that fill gaps: equities (US/EU/JP/KR/AU), dealer GEX from CBOE options, SEC/EDGAR filings, congressional trades, GDELT news synthesis, 85-year ERA5 climate history, Twitter/X intelligence, Reddit social momentum. Complementary, not competitive.
Pricing: $0.001–$0.065/call, USDC on Base. Settlement wallet:
0x03d773c52B67993e60Ecb3134b17436fE03B584c.The Stall is live and healthy: https://the-stall.intuitek.ai/health (210 caps, verified)
One backend requirement
The tool uses the standard BlockRun path-based pattern:
client.getWithPaymentRaw('/v1/stall/:cap', params). This requires a backend proxy route:The Stall is x402-native — no API key needed. Upstream returns a standard 402 with payment requirement; BlockRun pays STALL directly in USDC, same as the Surf integration pattern. If you prefer direct x402 without the proxy (the user's wallet pays STALL autonomously), I can provide an alternate
viem-based implementation — either path works.Checklist
npm run typecheckpasses (TypeScript types match existing patterns)npm run buildpasses (structure matches surf.ts/exa.ts patterns exactly)skills/stall/package.jsonversion bumped to 0.22.0Selected caps for reference
us-stock-priceticker=AAPLmarket-gexticker=SPY&days_out=21polymarket-intelquery=bitcoinglobal-news-inteltopic=federal+reservetreasury-ratesmaturity=10Ycongressional-tradesticker=NVDA&days=60climate-historylat=40.7&lon=-74.0&years=30twitter-intelaction=lookup_user&handle=samasec-edgar-searchq=apple+buybackcompany-due-diligencecompany=AnthropicFull 209-cap catalog: https://the-stall.intuitek.ai/health