← atinamos.co.uk

INDIVIDUAL MCP TOOL

market_search

Search machine services observed by Atinamos harvesters across external discovery sources.

atinamos.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://agent.atinamos.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for market_search and invoke it with your own arguments.

Indexed 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 server

atinamos.co.uk

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.atinamos-agent-shop]
url = "https://agent.atinamos.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "atinamos-agent-shop": {
      "type": "http",
      "url": "https://agent.atinamos.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: atinamos-agent-shop
Remote MCP URL: https://agent.atinamos.co.uk/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": {
    "atinamos-agent-shop": {
      "url": "https://agent.atinamos.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "atinamos-agent-shop": {
      "type": "http",
      "url": "https://agent.atinamos.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "atinamos-agent-shop",
  "transport": "streamable-http",
  "url": "https://agent.atinamos.co.uk/mcp"
}
MCP Inspector

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

Related tools

  • list_services — List services currently available from the Atinamos Agent Shop.
  • get_service — Get the machine-readable definition of one live Agent Shop service by catalogue slug.
  • invoke_service — Prepare a paid invocation of one live Agent Shop service.
  • market_service — Get one observed machine service from the live Atinamos market registry by its canonical Atinamos service ID.