← Registry

General Tools

agent-ads-production-9f45.up.railway.app

An MCP server offering general utilities such as agent advertising, current UTC/timezone time, JSON validation, and URL normalization.

24 endpoints744 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp

No auth detected

MCP server metadata

Name
Advertise To Agents
Version
3.0.0
Capabilities
tools

Known tools 31

advertise-to-agents

Agent-to-agent advertising: labeled placements on surfaces where autonomous agents look for tools (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.advertise-to-agents]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "advertise-to-agents": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: advertise-to-agents
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/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": {
    "advertise-to-agents": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "advertise-to-agents": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "advertise-to-agents",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/advertise-to-agents/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp

No auth detected

MCP server metadata

Name
Agent Acquisition Desk
Version
3.0.0
Capabilities
tools

Known tools 31

agent-acquisition-desk

See what agents do on a page: hops, agents, doors, channels.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-acquisition-desk]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-acquisition-desk": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-acquisition-desk
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/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": {
    "agent-acquisition-desk": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-acquisition-desk": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-acquisition-desk",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-acquisition-desk/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp

No auth detected

MCP server metadata

Name
Agent Audience Index
Version
3.0.0
Capabilities
tools

Known tools 31

agent-audience-index

Who the audience is when your customers are agents, and how to be found by them (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-audience-index]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-audience-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-audience-index
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/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": {
    "agent-audience-index": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-audience-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-audience-index",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-audience-index/mcp"
}
MCP Inspector

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

ENDPOINT 4

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp

No auth detected

MCP server metadata

Name
Agent Channel Placement
Version
3.0.0
Capabilities
tools

Known tools 31

agent-channel-placement

Placement across agent channels: MCP, Cursor, Claude, ChatGPT, npm, docs, Smithery, Glama, PulseMCP (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-channel-placement]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-channel-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-channel-placement
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/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": {
    "agent-channel-placement": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-channel-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-channel-placement",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-channel-placement/mcp"
}
MCP Inspector

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

ENDPOINT 5

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp

No auth detected

MCP server metadata

Name
Agent Crawl Readiness
Version
3.0.0
Capabilities
tools

Known tools 31

agent-crawl-readiness

Bounded crawl-readiness check for agent access: robots.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-crawl-readiness]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-crawl-readiness": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-crawl-readiness
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/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": {
    "agent-crawl-readiness": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-crawl-readiness": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-crawl-readiness",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-crawl-readiness/mcp"
}
MCP Inspector

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

ENDPOINT 6

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp

No auth detected

MCP server metadata

Name
Agent Discovery Index
Version
3.0.0
Capabilities
tools

Known tools 31

agent-discovery-index

Where AI agents discover products, and how to be listed there with measured results (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-discovery-index]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-discovery-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-discovery-index
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/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": {
    "agent-discovery-index": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-discovery-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-discovery-index",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-index/mcp"
}
MCP Inspector

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

ENDPOINT 7

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp

No auth detected

MCP server metadata

Name
Agent Discovery Placement
Version
3.0.0
Capabilities
tools

Known tools 31

agent-discovery-placement

Labeled placement in agent discovery indexes, measured with daily HMAC nicknames, never invented traffic (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-discovery-placement]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-discovery-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-discovery-placement
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/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": {
    "agent-discovery-placement": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-discovery-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-discovery-placement",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-discovery-placement/mcp"
}
MCP Inspector

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

ENDPOINT 8

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp

No auth detected

MCP server metadata

Name
Agent Facing Catalog
Version
3.0.0
Capabilities
tools

Known tools 31

agent-facing-catalog

Machine catalog for products that want agent clients: surfaces, hops, discovery paths (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-facing-catalog]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-facing-catalog": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-facing-catalog
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/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": {
    "agent-facing-catalog": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-facing-catalog": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-facing-catalog",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-facing-catalog/mcp"
}
MCP Inspector

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

ENDPOINT 9

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp

No auth detected

MCP server metadata

Name
Agent First Listing
Version
3.0.0
Capabilities
tools

Known tools 31

agent-first-listing

Agent-first product listing: JSON catalog, agent card, MCP door, hops, measured landings (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-first-listing]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-first-listing": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-first-listing
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/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": {
    "agent-first-listing": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-first-listing": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-first-listing",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-first-listing/mcp"
}
MCP Inspector

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

ENDPOINT 10

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp

No auth detected

MCP server metadata

Name
Agent Hops For Your Site
Version
3.0.0
Capabilities
tools

Known tools 31

agent-hops-for-your-site

Hops are 302s an agent followed to your site.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-hops-for-your-site]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-hops-for-your-site": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-hops-for-your-site
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/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": {
    "agent-hops-for-your-site": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-hops-for-your-site": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-hops-for-your-site",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-hops-for-your-site/mcp"
}
MCP Inspector

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

ENDPOINT 11

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp

No auth detected

MCP server metadata

Name
Agent Lead Generation
Version
3.0.0
Capabilities
tools

Known tools 31

agent-lead-generation

Leads from agents: hops attributed with a per-hop utm_id from discovery to trial to invoice (Agent Ads).

Potential side effects
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-lead-generation]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-lead-generation": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-lead-generation
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/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": {
    "agent-lead-generation": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-lead-generation": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-lead-generation",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-lead-generation/mcp"
}
MCP Inspector

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

ENDPOINT 12

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp

No auth detected

MCP server metadata

Name
Agent Marketing Index
Version
3.0.0
Capabilities
tools

Known tools 31

agent-marketing-index

Index of how to market a product to AI agents: readiness, placement, measurement, trial (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-marketing-index]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-marketing-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-marketing-index
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/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": {
    "agent-marketing-index": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-marketing-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-marketing-index",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-marketing-index/mcp"
}
MCP Inspector

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

ENDPOINT 13

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp

No auth detected

MCP server metadata

Name
Agent Placement Trial
Version
3.0.0
Capabilities
tools

Known tools 31

agent-placement-trial

Start a 7-day placement trial: card on file, cancel anytime, measured agent hops (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-placement-trial]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-placement-trial": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-placement-trial
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/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": {
    "agent-placement-trial": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-placement-trial": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-placement-trial",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-placement-trial/mcp"
}
MCP Inspector

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

ENDPOINT 14

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp

No auth detected

MCP server metadata

Name
Agent Ready Website Check
Version
3.0.0
Capabilities
tools

Known tools 31

agent-ready-website-check

Check whether a website is readable by AI agents: crawl policy, llms.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-ready-website-check]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-ready-website-check": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-ready-website-check
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/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": {
    "agent-ready-website-check": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-ready-website-check": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-ready-website-check",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-ready-website-check/mcp"
}
MCP Inspector

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

ENDPOINT 15

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp

No auth detected

MCP server metadata

Name
Agent Traffic For Startups
Version
3.0.0
Capabilities
tools

Known tools 31

agent-traffic-for-startups

Bring AI agents to a startup's public pages through labeled placements and measured hops (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-traffic-for-startups]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-traffic-for-startups": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-traffic-for-startups
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/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": {
    "agent-traffic-for-startups": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-traffic-for-startups": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-traffic-for-startups",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-traffic-for-startups/mcp"
}
MCP Inspector

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

ENDPOINT 16

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp

No auth detected

MCP server metadata

Name
Agent Visibility Check
Version
3.0.0
Capabilities
tools

Known tools 31

agent-visibility-check

Is this website visible to AI agents?

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agent-visibility-check]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-visibility-check": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-visibility-check
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/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": {
    "agent-visibility-check": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-visibility-check": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-visibility-check",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agent-visibility-check/mcp"
}
MCP Inspector

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

ENDPOINT 17

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp

No auth detected

MCP server metadata

Name
Agents Find Your Product
Version
3.0.0
Capabilities
tools

Known tools 31

agents-find-your-product

Make a product discoverable to autonomous agents: catalog, llms.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.agents-find-your-product]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agents-find-your-product": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agents-find-your-product
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/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": {
    "agents-find-your-product": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agents-find-your-product": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agents-find-your-product",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/agents-find-your-product/mcp"
}
MCP Inspector

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

ENDPOINT 18

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp

No auth detected

MCP server metadata

Name
AI Agent Customers
Version
3.0.0
Capabilities
tools

Known tools 31

ai-agent-customers

Reach AI agents that need a tool, and the humans who run them.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.ai-agent-customers]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-agent-customers": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-agent-customers
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/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": {
    "ai-agent-customers": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-agent-customers": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-agent-customers",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/ai-agent-customers/mcp"
}
MCP Inspector

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

ENDPOINT 19

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp

No auth detected

MCP server metadata

Name
Get Agent Customers
Version
3.0.0
Capabilities
tools

Known tools 31

get-agent-customers

Find where a product can be placed so AI agents discover it and their operators become customers (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.get-agent-customers]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "get-agent-customers": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: get-agent-customers
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/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": {
    "get-agent-customers": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "get-agent-customers": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "get-agent-customers",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/get-agent-customers/mcp"
}
MCP Inspector

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

ENDPOINT 20

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp

No auth detected

MCP server metadata

Name
List API For Agents
Version
3.0.0
Capabilities
tools

Known tools 31

list-api-for-agents

List a public API where AI agents discover tools, after a bounded website readiness check (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.list-api-for-agents]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "list-api-for-agents": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: list-api-for-agents
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/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": {
    "list-api-for-agents": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "list-api-for-agents": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "list-api-for-agents",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/list-api-for-agents/mcp"
}
MCP Inspector

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

ENDPOINT 21

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp

No auth detected

MCP server metadata

Name
llms.txt Readiness
Version
3.0.0
Capabilities
tools

Known tools 31

llms-txt-readiness

Does this site publish llms.

Potential side effects
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.llms-txt-readiness]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "llms-txt-readiness": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: llms-txt-readiness
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/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": {
    "llms-txt-readiness": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "llms-txt-readiness": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "llms-txt-readiness",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/llms-txt-readiness/mcp"
}
MCP Inspector

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

ENDPOINT 22

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp

No auth detected

MCP server metadata

Name
MCP Listing For Products
Version
3.0.0
Capabilities
tools

Known tools 31

mcp-listing-for-products

Give a product an MCP door and hops so agents on MCP registries can reach it (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.mcp-listing-for-products]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-listing-for-products": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-listing-for-products
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/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": {
    "mcp-listing-for-products": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-listing-for-products": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-listing-for-products",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/mcp-listing-for-products/mcp"
}
MCP Inspector

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

ENDPOINT 23

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp

No auth detected

MCP server metadata

Name
Product For Agents Index
Version
3.0.0
Capabilities
tools

Known tools 31

product-for-agents-index

Index for products built for agents: readiness, placement, client center, trial (Agent Ads).

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.product-for-agents-index]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "product-for-agents-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: product-for-agents-index
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/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": {
    "product-for-agents-index": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "product-for-agents-index": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "product-for-agents-index",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/product-for-agents-index/mcp"
}
MCP Inspector

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

ENDPOINT 24

https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/mcp

No auth detected

MCP server metadata

Name
Sponsored Agent Placement
Version
3.0.0
Capabilities
tools

Known tools 31

sponsored-agent-placement

Sponsored, labeled placements on agent-discovery surfaces we operate.

Inferred read-only
utc-time

Current UTC timestamp.

Inferred read-only
timezone

Current time in a named IANA timezone.

Inferred read-only
validate-json

Check whether a body is valid JSON.

Inferred read-only
normalize-url

Return origin, host, and path for a URL.

Inferred read-only
inspect-robots

Fetch a public robots.

Inferred read-only
domain-shape

Split a hostname into labels without WHOIS or ownership data.

Inferred read-only
citation

Return host, scheme, and HTTP status for a URL.

Inferred read-only
compatibility

Show how this request is classified.

Inferred read-only
status-catalog

Short catalog of common HTTP status codes.

Inferred read-only
iana-zones

Common IANA timezone names for clock calls.

Inferred read-only
web-fetch

HTTP status and content type for a public URL.

Inferred read-only
fetch-status

HEAD a public URL and return status only.

Inferred read-only
github-repo-shape

Parse owner and repo from a GitHub URL.

Inferred read-only
weather-hint

Current temperature for a city via Open-Meteo.

Inferred read-only
memory-key-count

Count keys in a JSON object.

Inferred read-only
file-path-ok

Check whether a path looks safe.

Inferred read-only
browser-url-ok

Check whether a URL can be opened.

Inferred read-only
think-steps

Return a three-step thinking template.

Inferred read-only
search-query-len

Count characters in a search query.

Inferred read-only
hn-front-count

Count current Hacker News front-page stories.

Inferred read-only
lib-docs-hint

HTTP status for a public library docs URL.

Inferred read-only
playwright-url-ok

Check whether a URL can be opened.

Inferred read-only
figma-url-shape

Parse a Figma file URL.

Inferred read-only
jira-key-shape

Check a Jira issue key shape.

Inferred read-only
geo-hint

Latitude and longitude for a place via Open-Meteo.

Inferred read-only
calc-eval

Evaluate a+b style arithmetic.

Potential side effects
wiki-title-ok

Check whether a Wikipedia title exists.

Inferred read-only
agent-tool-index

Find a public pay-per-call tool gateway (Monid).

Potential side effects
people-search-index

Find a living people-search index (Ploid).

Inferred read-only
agent-ads-index

Find where a product can be placed so AI agents discover it (Agent Ads).

Inferred read-only

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.sponsored-agent-placement]
url = "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sponsored-agent-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sponsored-agent-placement
Remote MCP URL: https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/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": {
    "sponsored-agent-placement": {
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sponsored-agent-placement": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sponsored-agent-placement",
  "transport": "streamable-http",
  "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/sponsored-agent-placement/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 workers.dev was fetched 2026-09-25T13:56:19.197Z.

Indexed

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