API Tools
agent123.xyz
Searches, purchases, invokes, and checks entitlements for services in the AgentManifest marketplace.
ENDPOINT 1
https://agent123.xyz/api/mcp
MCP server metadata
- Name
- agentmanifest
- Version
- 2.0.0
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_servicesSearch the AgentManifest marketplace catalog of services, tools, data feeds, compute and agent skills.
Inferred read-onlyget_serviceGet a service's full manifest by slug: pricing, invocation endpoint, parameters, and how to purchase.
Potential side effectscheck_entitlementCheck whether your agent key has an active entitlement (and remaining credits) for a service.
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.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.
agent123.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.