Server Details
MCP server for Singularity Marketplace - browse and discover APIs, products, and ERC-8004 agents
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
17 toolsbrowse_marketplaceInspect
Browse and search the Singularity Marketplace with various filters. Returns listings of endpoints, products, and agentic services.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Payment mode filter | |
| sort | No | Sort order | |
| type | No | Type of listing to filter by | |
| chain | No | Blockchain network to filter by | |
| limit | No | Maximum number of results (default: 20) | |
| offset | No | Pagination offset (default: 0) | |
| search | No | Search term to find matching listings | |
| category | No | Category to filter by | |
| featured | No | Only return featured listings | |
| maxPrice | No | Maximum price filter | |
| minPrice | No | Minimum price filter | |
| minRating | No | Minimum average rating (0-5) |
delete_endpointInspect
⚠️ DESTRUCTIVE: Permanently delete an endpoint. Cannot be undone. Only works for agent-created endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the endpoint to delete | |
| apiKey | Yes | Your endpoint API key (x402_*) | |
| confirm | Yes | Must be true to confirm deletion |
get_agentInspect
Get details for a specific ERC-8004 or Solana-8004 agent by network and identifier.
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | The numeric agent ID (for EVM chains) | |
| network | Yes | The blockchain network (base, ethereum, polygon, bsc, monad, solana) | |
| assetAddress | No | The asset address (for Solana) |
get_endpoint_detailsInspect
Get full details for an endpoint you own, including credit balance, pricing config, and wallet address. Requires your endpoint API key.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the endpoint | |
| apiKey | Yes | Your endpoint API key (x402_*) |
get_endpoint_statsInspect
Get usage analytics for an endpoint: total requests, monthly requests, revenue, and success rate.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the endpoint | |
| apiKey | No | Your endpoint API key (optional, improves accuracy) |
get_featuredInspect
Get featured marketplace listings (endpoints and products highlighted by the platform).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of featured items to return (default: 12) |
get_listingInspect
Get detailed information about a specific marketplace listing by its slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the listing |
get_top_ratedInspect
Get top-rated marketplace listings sorted by average rating.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of top-rated items to return (default: 12) |
list_agentsInspect
List all registered ERC-8004 and Solana-8004 agents.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| network | No | Filter by network |
list_categoriesInspect
List all available marketplace categories.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_my_endpointsInspect
List the endpoints accessible to the dashboard owner behind your endpoint API key. Older unlinked keys safely fall back to endpoint-only scope.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your endpoint API key (x402_*) |
list_my_productsInspect
List the products owned by the same dashboard user as your endpoint API key.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your endpoint API key (x402_*) |
list_networksInspect
List all supported blockchain networks.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
remove_webhookInspect
Remove the webhook URL from an endpoint.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the endpoint | |
| apiKey | Yes | Your endpoint API key (x402_*) |
set_webhookInspect
Set or update the webhook URL for an endpoint. Returns a signing secret that must be saved.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier for the endpoint | |
| apiKey | Yes | Your endpoint API key (x402_*) | |
| webhookUrl | Yes | HTTPS URL to receive webhook events |
update_endpointInspect
Update allowlisted endpoint fields such as metadata, pricing, listing flags, imagery, wallet, payment options, slug, and webhook settings.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Pricing mode | |
| name | No | Updated endpoint name | |
| slug | Yes | The existing slug of the endpoint you want to update | |
| chain | No | Updated chain/network | |
| price | No | Updated endpoint price | |
| active | No | Enable or disable the endpoint | |
| apiKey | Yes | Your endpoint API key (x402_*) | |
| logoUrl | No | Updated logo URL | |
| newSlug | No | New slug to assign to the endpoint | |
| category | No | Updated category | |
| currency | No | Updated currency code | |
| imageUrl | No | Updated image URL | |
| isListed | No | Whether the endpoint should be listed | |
| bannerUrl | No | Updated banner URL | |
| originUrl | No | Updated origin URL | |
| webhookUrl | No | Set an HTTPS webhook URL or null to remove it | |
| description | No | Updated description | |
| walletAddress | No | Updated payout wallet address | |
| paymentOptions | No | Updated payment options object | |
| creditPackageSize | No | Credits per package | |
| creditPackagePrice | No | Package price in USDC | |
| listedInMarketplace | No | Whether the endpoint should appear in marketplace listings |
update_productInspect
Update allowlisted product fields including metadata, pricing, listing state, payment options, wallet, branding, and slug.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Product ID to update | |
| name | No | Updated product name | |
| slug | No | Product slug to update | |
| chain | No | Updated chain/network | |
| price | No | Updated product price | |
| active | No | Enable or disable the product | |
| apiKey | Yes | Your endpoint API key (x402_*) | |
| logoUrl | No | Updated logo URL | |
| newSlug | No | New slug to assign to the product | |
| category | No | Updated product category | |
| currency | No | Updated currency code | |
| isListed | No | Whether the product should be listed | |
| bannerUrl | No | Updated banner URL | |
| customFont | No | Custom font family | |
| description | No | Updated product description | |
| customPageBg | No | Custom page background color | |
| walletAddress | No | Updated payout wallet address | |
| customButtonBg | No | Custom button background color | |
| customPageText | No | Custom page text color | |
| paymentOptions | No | Updated payment options object | |
| productImageUrl | No | Updated product image URL | |
| customButtonText | No | Custom button text color |
To claim this server, publish 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 server will appear as claimed by you.
Control 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!