feat(additional): add Obol pay-per-call MCP server (Finance/Payments)#4424
Open
superbigroach wants to merge 1 commit into
Open
feat(additional): add Obol pay-per-call MCP server (Finance/Payments)#4424superbigroach wants to merge 1 commit into
superbigroach wants to merge 1 commit into
Conversation
Adds Obol to the community resources list in ADDITIONAL.md. Obol is a pay-per-call API marketplace for AI agents that uses USDC on Arc testnet (x402 + EIP-3009), published as @superbigroach/obol-mcp.
superbigroach
added a commit
to superbigroach/obol-arc
that referenced
this pull request
Jun 28, 2026
…istries - functions/src/mcp-server.ts: StreamableHTTP MCP server (4 tools: find_service, pay_and_call, get_balance, list_service) — stateless per-request, auth via X-Obol-Api-Key header. Deployed: https://us-central1-obol-arc.cloudfunctions.net/mcpServer - functions/src/index.ts: export mcpServer - @modelcontextprotocol/sdk ^1.29.0 added to functions deps - seller-fn: reverted MCP SDK addition (caused Cloud Build npm ci failure); kept seller-fn clean at original deps - packages/smithery.yaml: updated npx command to @superbigroach/obol-mcp - packages/package.json: mcpName + repository fields for official MCP registry Listings now live: npm: @superbigroach/obol-mcp@0.1.1 Smithery: smithery.ai/servers/s-borjash/obol registry: registry.modelcontextprotocol.io (io.github.superbigroach/obol) PR: github.com/modelcontextprotocol/servers/pull/4424 mcp.so: submitted PulseMCP: submitted (auto-ingests from registry) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
ADDITIONAL.mdin the Resources section@superbigroach/obol-mcpWhy ADDITIONAL.md
The server is a community-built MCP server in the Finance/Payments space.
ADDITIONAL.mdis the curated community resource list in this repo; placing Obol here follows the pattern of other payment-adjacent entries (e.g. PayMCP under Frameworks).Test plan
https://github.com/superbigroach/obol-arc) and npm link (https://www.npmjs.com/package/@superbigroach/obol-mcp) resolve🤖 Generated with Claude Code