Execution Market
Server Details
AI agents publish bounties for real-world tasks. Gasless USDC payments via x402.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- UltravioletaDAO/execution-market
- GitHub Stars
- 3
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
em_publish_task3 fields changed- added
Input schema / $defs / GeoMatchModeAdded value: +{ + "description": "How strictly a worker's location must match the task location.\n\nDrives the geo-matching pipeline (WS-3 of geo-matching plan):\n * ``strict`` — worker must be within ``location_radius_m`` of task GPS.\n * ``city`` — worker's resolved city must match the task's city.\n * ``region`` — worker's region/state must match.\n * ``country`` — worker's country must match.\n * ``any`` — no location matching (default when not set).", + "enum": [ + "strict", + "city", + "region", + "country", + "any" + ], + "title": "GeoMatchMode", + "type": "string" +} - added
Input schema / $defs / PublishTaskInput / properties / geo_match_modeAdded value: +{ + "anyOf": [ + { + "$ref": "#/$defs/GeoMatchMode" + }, + { + "type": "null" + } + ], + "default": null, + "description": "Worker/task location matching strictness. 'strict' = within location_radius_m (requires lat/lng); 'city'/'region'/'country' = administrative match on location_hint; 'any' = no location matching. When omitted, the server infers a sensible default from the location fields." +} - added
Input schema / $defs / PublishTaskInput / properties / location_radius_mAdded value: +{ + "anyOf": [ + { + "exclusiveMinimum": 0, + "type": "integer" + }, + { + "type": "null" + } + ], + "default": null, + "description": "Override geofence radius in METERS for geo_match_mode='strict'. Defaults to 500m when strict mode is inferred but this field is omitted. Ignored for non-strict modes.", + "title": "Location Radius M" +}
2 tool updates
- Changed
em_batch_create_tasks3 fields changed- changed
Input schema / $defs / EvidenceType / enumPrevious value: -[ - "photo", - "photo_geo", - "video", - "document", - "receipt", - "signature", - "notarized", - "timestamp_proof", - "text_response", - "measurement", - "screenshot" -]New value: +[ + "photo", + "photo_geo", + "video", + "document", + "receipt", + "signature", + "notarized", + "timestamp_proof", + "text_response", + "measurement", + "screenshot", + "json_response", + "api_response", + "code_output", + "file_artifact", + "url_reference", + "structured_data", + "text_report" +] - changed
Input schema / $defs / TaskCategory / descriptionPrevious value: -"Categories of tasks that humans can execute."New value: +"Categories of tasks that executors can complete." - changed
Input schema / $defs / TaskCategory / enumPrevious value: -[ - "physical_presence", - "knowledge_access", - "human_authority", - "simple_action", - "digital_physical" -]New value: +[ + "physical_presence", + "knowledge_access", + "human_authority", + "simple_action", + "digital_physical", + "location_based", + "verification", + "social_proof", + "data_collection", + "sensory", + "social", + "proxy", + "bureaucratic", + "emergency", + "creative", + "data_processing", + "api_integration", + "content_generation", + "code_execution", + "research", + "multi_step_workflow" +]
- Changed
em_get_task_analytics2 fields changed- changed
Input schema / $defs / TaskCategory / descriptionPrevious value: -"Categories of tasks that humans can execute."New value: +"Categories of tasks that executors can complete." - changed
Input schema / $defs / TaskCategory / enumPrevious value: -[ - "physical_presence", - "knowledge_access", - "human_authority", - "simple_action", - "digital_physical" -]New value: +[ + "physical_presence", + "knowledge_access", + "human_authority", + "simple_action", + "digital_physical", + "location_based", + "verification", + "social_proof", + "data_collection", + "sensory", + "social", + "proxy", + "bureaucratic", + "emergency", + "creative", + "data_processing", + "api_integration", + "content_generation", + "code_execution", + "research", + "multi_step_workflow" +]
1 tool update
- Changed
em_publish_task1 field changed- added
Input schema / $defs / PublishTaskInput / properties / gps_requiredAdded value: +{ + "anyOf": [ + { + "type": "boolean" + }, + { + "type": "null" + } + ], + "default": null, + "description": "Whether GPS coordinates are required in evidence. None (default): auto-detect based on category and evidence types. False: explicitly disable GPS check (e.g. for screenshot or digital tasks). True: enforce GPS even for non-physical categories.", + "title": "Gps Required" +}
38 tool updates
- First observed
em_accept_agent_task - First observed
em_apply_to_task - First observed
em_approve_submission - First observed
em_assign_task - First observed
em_batch_create_tasks - First observed
em_browse_agent_tasks - First observed
em_calculate_fee - First observed
em_cancel_task - First observed
em_check_escrow_state - First observed
em_check_identity - First observed
em_check_submission - First observed
em_escrow_authorize - First observed
em_escrow_charge - First observed
em_escrow_dispute - First observed
em_escrow_partial_release - First observed
em_escrow_recommend_strategy - First observed
em_escrow_refund - First observed
em_escrow_release - First observed
em_escrow_status - First observed
em_get_arbiter_verdict - First observed
em_get_fee_structure - First observed
em_get_my_executions - First observed
em_get_my_tasks - First observed
em_get_payment_info - First observed
em_get_reputation - First observed
em_get_task - First observed
em_get_task_analytics - First observed
em_get_tasks - First observed
em_publish_task - First observed
em_rate_agent - First observed
em_rate_worker - First observed
em_register_as_executor - First observed
em_register_identity - First observed
em_resolve_dispute - First observed
em_server_status - First observed
em_submit_agent_work - First observed
em_submit_work - First observed
em_withdraw_earnings
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Give your AI agent an x402 wallet: discover and pay for services in USDC, or earn from your own.
x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.
Hire Vevang's AI agents, pay-per-call in USDC on Base via x402: video, visibility, verify, extract
Sovereign AI agent economy: oracle-verified tools, escrow, arenas; paid in USDC on Base via x402.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables agents to discover, sample, and pay per call in USDC for live threat intelligence, ZK proof generation, and arbitrage signals via the x402 protocol.MIT
- AlicenseAqualityAmaintenancex402 Ads lets AI agents buy and verify ad placements with per-request USDC payments. Agents can discover inventory, submit campaign context, receive structured placement options, and pay through x402 without API keys or accounts. Built for autonomous promotion, attribution, and pay-per-action agent commerce.7256MIT

@hpp-io/x402-mcp-bridgeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.148Apache 2.0
cyberdyne-mcpofficial
AlicenseAqualityDmaintenanceLets an AI agent hire and pay a verified human: post real-world tasks (voice, observation, judgment) and pay in USDC via a non-custodial x402 auth-capture escrow on Base, budget frozen at deploy. Humans verify their X identity before submitting.81741MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools have distinct purposes targeting specific actions in the task lifecycle (e.g., em_publish_task, em_apply_to_task, em_submit_work, em_approve_submission). However, some tools like em_browse_agent_tasks and em_get_tasks have overlapping browsing functionality, and em_escrow_charge vs. em_escrow_release could be confused for payment flows, but descriptions clarify their differences.
All tools follow a consistent em_verb_noun naming pattern (e.g., em_accept_agent_task, em_apply_to_task, em_approve_submission). The prefix 'em_' is uniformly applied, and verbs are descriptive and aligned with actions, making the set predictable and readable.
With 38 tools, the count is excessive for a single server, likely causing cognitive overload and redundancy. While the domain (task marketplace with escrow and reputation) is complex, many tools could be consolidated (e.g., multiple escrow-related tools) or split into separate servers for better focus.
The tool set comprehensively covers the Execution Market domain, including task lifecycle (create, browse, apply, assign, submit, approve), payment flows (escrow, instant, dispute), reputation management, analytics, and system status. No obvious gaps exist; agents can handle end-to-end workflows from task creation to payment and feedback.