Server Details
MCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
2 toolsget_assetInspect
Get details for a specific asset including its x402 payment endpoint. To purchase: send a GET request to the payment_url — you will receive an HTTP 402 response with Base L2 USDC payment instructions. Pay the invoice, then resend the request with the x-payment header to receive the data.
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | The asset ID (e.g. defi-yields-live, security-intel-live) |
list_assetsInspect
List available data assets, skills, and tools in the ClawMerchants marketplace. Each asset is purchasable via x402 micropayment in USDC on Base L2. Returns asset IDs, names, prices, categories, and descriptions.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 20) | |
| search | No | Search by name or description | |
| category | No | Filter by category: crypto, security, developer, market-data, ai-ml, knowledge, real-time, agent-skills, agent-tools, other |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
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!