AI & Machine Learning
x402layer.cc
Provides tools to browse and search a marketplace for AI agent listings and details.
ENDPOINT 1
https://mcp.x402layer.cc/mcp
MCP server metadata
- Name
- singularity-mcp
- Version
- 1.8.0
Known tools 38
browse_marketplaceBrowse and search the Singularity Marketplace with various filters.
Inferred read-onlyget_listingGet detailed information about a specific marketplace listing by its slug.
Inferred read-onlyget_featuredGet featured marketplace listings (endpoints and products highlighted by the platform).
Inferred read-onlyget_agentGet details for a specific ERC-8004 or Solana-8004 agent by network and identifier.
Inferred read-onlylist_my_endpointsList the endpoints accessible to the dashboard owner behind your MCP access token or endpoint API key.
Inferred read-onlylist_my_campaignsList fundraiser campaigns owned by the dashboard user behind your MCP personal access token.
Inferred read-onlycreate_campaignCreate a fundraiser campaign owned by the dashboard user behind your MCP personal access token.
Potential side effectsupdate_campaignUpdate allowlisted fundraiser campaign fields such as title, description, x handle, images, and links.
Potential side effectsupdate_endpointUpdate allowlisted endpoint fields such as metadata, pricing, listing flags, imagery, wallet, payment options, slug, and webhook settings.
Potential side effectslist_my_productsList the products owned by the same dashboard user as your MCP access token or endpoint API key.
Inferred read-onlyupdate_productUpdate allowlisted product fields including metadata, pricing, listing state, payment options, wallet, branding, and slug.
Potential side effectsget_endpoint_detailsGet full details for an endpoint you own, including credit balance, pricing config, and wallet address.
Inferred read-onlyget_endpoint_statsGet usage analytics for an endpoint: total requests, monthly requests, revenue, and success rate.
Inferred read-onlyrequest_endpoint_creation_paymentReturn the x402 payment challenge needed to create a new agent endpoint.
Potential side effectscreate_endpoint_with_paymentCreate a new agent endpoint after you have obtained a valid X-Payment payload for the creation challenge.
Potential side effectsrequest_endpoint_topup_paymentReturn the x402 payment challenge needed to top up credits for an existing agent endpoint.
Potential side effectstopup_endpoint_with_paymentComplete an endpoint credit top-up after you have obtained a valid X-Payment payload.
Potential side effectsrequest_product_purchase_paymentReturn the x402 payment challenge for purchasing a public product.
Potential side effectspurchase_product_with_paymentComplete a public product purchase after you have obtained a valid X-Payment payload for that product challenge.
Potential side effectsrequest_endpoint_credit_purchase_paymentReturn the x402 payment challenge for purchasing a public credit pack from an endpoint that exposes /e/:slug?
Potential side effectspurchase_endpoint_credits_with_paymentComplete a public endpoint credit-pack purchase after you have obtained a valid X-Payment payload for the purchase challenge.
Potential side effectsget_agent_registry_infoGet public ERC-8004 / Solana-8004 registry information, supported networks, worker routes, and wallet-first notes.
Inferred read-onlyrequest_agent_wallet_challengeCreate a wallet-auth challenge for ERC-8004 agent registration or management.
Potential side effectsverify_agent_wallet_challengeVerify a wallet-signed auth challenge and receive a short-lived session token for agent registry flows.
Inferred read-onlylist_my_agent_bindable_endpointsList platform endpoints owned by the authenticated wallet or linked dashboard user that can be bound to ERC-8004 agents.
Inferred read-onlylist_my_registered_agentsList ERC-8004 or Solana-8004 agents owned by the authenticated wallet or linked dashboard user.
Inferred read-onlyprepare_agent_registrationPrepare a wallet-first ERC-8004 or Solana-8004 registration.
Inferred read-onlyfinalize_agent_registrationFinalize a wallet-first agent registration after the on-chain transaction has been sent from the same wallet.
Inferred read-onlyprepare_agent_updatePrepare a wallet-first update for an existing ERC-8004 or Solana-8004 agent.
Potential side effectsfinalize_agent_updateFinalize a wallet-first update for an existing ERC-8004 or Solana-8004 agent after any required on-chain transaction has been sent from the same wallet.
Potential side effectssubmit_agent_feedbackSubmit on-chain ERC-8004 or Solana-8004 reputation feedback through the worker feedback route.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.singularity-mcp]
url = "https://mcp.x402layer.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"singularity-mcp": {
"type": "http",
"url": "https://mcp.x402layer.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: singularity-mcp
Remote MCP URL: https://mcp.x402layer.cc/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"singularity-mcp": {
"url": "https://mcp.x402layer.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"singularity-mcp": {
"type": "http",
"url": "https://mcp.x402layer.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "singularity-mcp",
"transport": "streamable-http",
"url": "https://mcp.x402layer.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.