Veridex Bazaar Discovery MCP Server
OfficialEnables discovery and payment for HTTP endpoints and MCP tools using x402 payment facilitation, with USDC/SEP-41 stablecoin settlement on the Stellar network (testnet and pubnet).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Veridex Bazaar Discovery MCP Serversearch the bazaar for sentiment analysis APIs payable in USDC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Veridex Stellar Facilitator v2
Apache-2.0 implementation of canonical x402 v2 exact payments on Stellar, a federated Bazaar discovery service, an MCP buyer, and a draft/tested Soroban upto contract.
Implemented
Canonical facilitator endpoints:
GET /supported,POST /verify,POST /settleStellar exact payments through
@x402/stellar, with fee sponsorshipPersistent channel keys, safe zero-channel operation, leasing and cooldown
PostgreSQL/pgvector catalog with passive settlement ingestion
Signed GossipSub announcements, replay/freshness checks, active heartbeats, and liveness pruning
Hybrid keyword/vector/telemetry ranking (deterministic local feature-hash vectors)
MCP tools:
discover_resourcesand an actual HTTP 402 challenge/payment/retry flowTypeScript and Python buyer clients; TypeScript, Python, and Go seller helpers
Soroban
uptoprototype; the non-custodial one-signature design remains release-gated
The authoritative production target is architecture.md. The upto wire and contract design is scheme_upto_stellar.md; it remains a release-gated draft and is not advertised until its contract redesign, conformance suite, and security review are complete. Historical proposal material is retained under docs/specifications/.
Related MCP server: gatefareio/mcp-server
Requirements
Node.js 22+
PostgreSQL 16 with pgvector (included in Compose)
Rust stable for contract tests; Stellar CLI for WASM build/deployment
A funded Stellar testnet facilitator account
Local startup
cp .env.testnet.example .env
# Fill FACILITATOR_SECRET_KEY and FACILITATOR_PUBLIC_KEY.
docker compose up --build postgres bazaar facilitatorThe safe default is CHANNEL_POOL_SIZE=0, which uses the configured facilitator signer. For concurrent production settlement, provision persistent funded channel accounts and put their comma-separated secrets in CHANNEL_SECRET_KEYS; do not enable automatic channel creation outside disposable testing.
Services:
Facilitator:
http://localhost:3002Bazaar:
http://localhost:3001Optional MCP stdio server:
docker compose --profile mcp run --rm mcp-server
Verify
npm --prefix facilitator-service ci && npm --prefix facilitator-service test -- --run
npm --prefix bazaar-service ci && npm --prefix bazaar-service test -- --run
npm --prefix mcp-server ci && npm --prefix mcp-server run build
npm --prefix sdk-typescript ci && npm --prefix sdk-typescript run build
python3 -m compileall -q sdk-python/veridex
cargo test --locked --manifest-path contracts/upto-settlement/Cargo.toml
docker compose config --quietOpenAPI definitions are in docs/openapi.
API notes
/x402/verify and /x402/settle remain compatibility aliases. Old noncanonical payload handling is isolated under /legacy/verify and /legacy/settle. Networks on the canonical payment path are stellar:testnet and stellar:pubnet; assets are SEP-41 contract addresses, not classic native asset identifiers.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to access a marketplace of paid tools by automatically handling Stellar blockchain payments and wallet management. It utilizes the X-402 protocol to facilitate transparent, automated transactions for tool usage through a marketplace backend.

gatefareio/mcp-serverofficial
AlicenseNot gradedqualityBmaintenanceMarketplace MCP for paid HTTP APIs. Pay per call in USDC on Base via the open x402 standard — non-custodial. 13 tools for discovery, buying, and publishing APIs.512MIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents to pay for protected HTTP resources using Stellar USDC via the x402 protocol, facilitating automated payments and access to paid APIs.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to pay-per-call for Cloudflare Worker APIs using USDC micropayments, with automatic MCP tool discovery and Bazaar listing.MIT
Related MCP Connectors
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Veridex-Protocol/stellar-facilitator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server