Cluster

The Remote MCP Server

A remote MCP server is a hosted endpoint your agent connects to over the Model Context Protocol, calling its tools directly with no SDK to wire and no infrastructure to run. This cluster covers what remote and hosted MCP mean, how an agent invokes a tool, and why enrichment ships over MCP instead of a REST API you wrap yourself.

5 questions about the remote mcp server

Related clusters

Frequently asked questions

Remote MCP vs a REST API: which is better for an agent?

For an agent, MCP. A REST API makes you write the client, parse the schema, and handle auth on every call. An MCP tool arrives typed and self-describing, so the agent invokes it the moment it connects.

Why expose enrichment over MCP instead of an API?

Because the agent is the consumer. Enrichment over MCP lands as a callable tool inside the agent's loop, with no glue code between the request and the dossier. An API leaves that integration for you to build and keep alive.

Sniff a domain.

Run sniff_domain on any site and read its five-layer dossier in one call.

Sniff a domain