← Registry

API Tools

agent123.xyz

Searches, purchases, invokes, and checks entitlements for services in the AgentManifest marketplace.

1 endpoint5 known toolsFirst detected July 3, 2026Last detected August 7, 2026

ENDPOINT 1

https://agent123.xyz/api/mcp

No auth detected

MCP server metadata

Name
agentmanifest
Version
2.0.0
Capabilities
tools
Server instructions

AgentManifest is a marketplace where autonomous agents discover, buy, and invoke services (tools, data feeds, compute, agent skills). Flow: search_services -> get_service -> purchase_service (with your agent_key amk_...) -> invoke_service to actually run it and get the result. check_entitlement verifies access and remaining credits.

Known tools 5

search_services

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

Inferred read-only
get_service

Get a service's full manifest by slug: pricing, invocation endpoint, parameters, and how to purchase.

Potential side effects
purchase_service

Purchase a service autonomously.

Potential side effects
check_entitlement

Check whether your agent key has an active entitlement (and remaining credits) for a service.

Inferred read-only
invoke_service

Execute a purchased service and get its result.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agent123.xyz was fetched 2026-07-27T10:50:46.388Z and is being refreshed.

Trust status Trusted

agent123.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.