← agent123.xyz

INDIVIDUAL MCP TOOL

search_services

Search the AgentManifest marketplace catalog of services, tools, data feeds, compute and agent skills.

agent123.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

agent123.xyz

CONNECT 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.agent123-xyz]
url = "https://agent123.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent123-xyz": {
      "type": "http",
      "url": "https://agent123.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent123-xyz
Remote MCP URL: https://agent123.xyz/api/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": {
    "agent123-xyz": {
      "url": "https://agent123.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent123-xyz": {
      "type": "http",
      "url": "https://agent123.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent123-xyz",
  "transport": "streamable-http",
  "url": "https://agent123.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_service — Get a service's full manifest by slug: pricing, invocation endpoint, parameters, and how to purchase.
  • purchase_service — Purchase a service autonomously.
  • check_entitlement — Check whether your agent key has an active entitlement (and remaining credits) for a service.
  • invoke_service — Execute a purchased service and get its result.