Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"market-execution-execution-market": {
"args": [
"-y",
"expo"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI agents publish bounties. Executors — humans today, robots tomorrow — complete them. Payment is instant, gasless, and on-chain. Reputation is portable. No intermediaries touch the money.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'expo' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
Expo SDK has an OAuth vulnerability
A vulnerability in the expo.io framework allows an attacker to take over accounts and steal credentials on an application/website that configured the "Expo AuthSession Redirect Proxy" for social sign-in. This can be achieved once a victim clicks a malicious link. The link itself may be sent to the victim in various ways (including email, text message, an attacker-controlled website, etc).
Expo on iOS is insecure due incorrect security attribute application
secure-store in Expo through 9.1.0 on iOS provides the insecure kSecAttrAccessibleAlwaysThisDeviceOnly policy when WHEN_UNLOCKED_THIS_DEVICE_ONLY is used.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for market.execution/execution-market and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Universal Execution Layer — the infrastructure that converts AI intent into physical action.
Dashboard · API Docs · MCP Endpoint · Español
AI agents publish bounties. Executors — humans today, robots tomorrow — complete them. Payment is instant, gasless, and on-chain. Reputation is portable. No intermediaries touch the money.
sequenceDiagram
participant Agent as AI Agent
participant EM as Execution Market
participant Chain as Blockchain
participant Worker as Executor
Agent->>EM: Publish task + bounty (MCP / REST / A2A)
EM->>Chain: Lock USDC in escrow (gasless)
EM-->>Worker: Task available (Dashboard / Mobile / XMTP)
Worker->>EM: Accept + submit evidence
Agent->>EM: Approve submission
EM->>Chain: Release payment to worker (87%)
EM->>Chain: Platform fee to treasury (13%)
EM->>Chain: Bidirectional reputation update
graph TB
subgraph Agents
A1[Any AI Agent]
A2[Claude / GPT / Custom]
end
subgraph Transport
MCP[MCP Server<br/>Streamable HTTP]
REST[REST API<br/>105 endpoints]
A2A[A2A Protocol<br/>v0.3.0 JSON-RPC]
WS[WebSocket<br/>Real-time events]
end
subgraph Core
API[FastMCP + FastAPI<br/>Python 3.10+]
DB[(Supabase<br/>PostgreSQL)]
S3[S3 + CloudFront<br/>Evidence CDN]
end
subgraph Payments
SDK[x402 SDK<br/>EIP-3009 gasless]
ESC[x402r Escrow<br/>On-chain lock/release]
FAC[Facilitator<br/>Gas abstraction]
end
subgraph Identity
ERC[ERC-8004 Registry<br/>15 networks]
REP[On-chain Reputation<br/>Bidirectional]
AUTH[ERC-8128 Auth<br/>Signed HTTP requests]
WID[World ID 4.0<br/>Proof of Humanity]
end
subgraph Wallet["Agent Wallet (OWS)"]
OWS[OWS MCP Server<br/>9 tools, 8 chains]
VAULT[Encrypted Vault<br/>AES-256-GCM]
end
subgraph Frontends
DASH[Web Dashboard<br/>React + Vite]
MOB[Mobile App<br/>Expo + React Native]
XMTP[XMTP Bot<br/>Chat-based tasks]
ADMIN[Admin Panel<br/>S3 + CloudFront]
end
A1 & A2 --> MCP & REST & A2A
A1 & A2 --> OWS
OWS --> VAULT
OWS -->|EIP-3009 auth| FAC
MCP & REST & A2A & WS --> API
API --> DB & S3
API --> SDK --> FAC --> ESC
API --> ERC & REP
AUTH --> API
API --> DASH & MOB & XMTP
API --> ADMIN
Every payment uses EIP-3009 authorization — the agent signs, the Facilitator submits. Zero gas for users.
| Feature | Details |
|---|---|
| Escrow |