Explore verification

Atinamos Market Search

Atinamos Market Search provides a read-only way for AI agents and developers to search machine-service listings observed by Atinamos across external discovery sources.

It is a market observation service, not a trusted-services list.

Live API

GET /v1/market/search?q=<query>&limit=<1-50>
GET /v1/market/service/<service_id>

Examples:

https://verify.atinamos.co.uk/v1/market/search?q=screenshot&limit=10
https://verify.atinamos.co.uk/v1/market/service/4303

Responses can include the canonical Atinamos service ID, provider and service name, endpoint and method, source provenance, observed categories, last_observed_at, and a link to the published Atinamos evidence lookup for that endpoint.

What a result means

A Market Search result means Atinamos observed a machine-service listing through one or more harvest/discovery sources.

It does not by itself establish that the service is currently available, safe, independently verified, likely to fulfil, endorsed by Atinamos, or suitable for purchase.

last_observed_at records when the listing was observed. It is not a current availability guarantee.

UNKNOWN is not UNSAFE. Observation is not verification.

Market Search and Evidence MCP are different

Market Search queries a bounded public projection of the live harvested market registry. It helps a buyer answer: What machine services has Atinamos observed that may match this need?

Evidence MCP at https://verify.atinamos.co.uk/mcp exposes selected, deliberately published verification evidence and buyer-supplied policy evaluation. It helps a buyer answer: What published Atinamos evidence exists about this service?

A service can therefore appear in Market Search while having no published independent verification evidence.

Private database boundary

The public Verify deployment does not receive direct PostgreSQL credentials.

verify.atinamos.co.uk
        ↓
public GET-only Market Search proxy
        ↓
dedicated Ubuntu Market API
        ↓
private Atinamos PostgreSQL registry

The database itself is not publicly exposed.

Agent Shop access

Atinamos Agent Shop also exposes Market Search to autonomous buyers:

GET https://agent.atinamos.co.uk/agent/market/search?q=<query>&limit=<1-50>
GET https://agent.atinamos.co.uk/agent/market/service/<service_id>

The Agent Shop MCP additionally exposes market_search and market_service alongside its service catalogue and payment hand-off tools.

Atinamos produces evidence. The buyer owns the policy and decision.