Popdot AI
Rent verified subdomains by the hour, day, or month. Free 24h trials, x402 USDC on Base.
Block For Production
trustsnap_0ae8c66444c24196.- Utility Coverage
- Transport Compliance
- Step Up Auth
- Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tool…
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.
- No segmented attention signals observed in the current window.
Dispute this assessment
If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.
Verify responds to disputes within 5 business days and resolves them within 15.
Dispute history
No disputes filed for this server.
Risks
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
try_domain |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"email": {
"description": "An email to associate with your trial API key. Used to issue the key in step 1. If you don't have one, your operator's email works.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
search_domains |
read | Low | freeform input surface | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read"
],
"input_schema": {
"properties": {
"limit": {
"description": "Maximum number of results to return (default: 20, max: 50)",
"type": "number"
},
"maxPrice": {
"description": "Maximum daily price in USD",
"type": "number"
},
"minPrice": {
"description": "Minimum daily price in USD",
"type": "number"
},
"query": {
"description": "Search query to match against domain names, tags, and categories",
"type": "string"
}
},
"type": "object"
},
"risk_flags": [
"freeform_input_surface"
]
}
Dispute this classification
|
get_price_quote |
read network | Medium | arbitrary network egress | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"network"
],
"input_schema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to price",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
}
},
"required": [
"domainId",
"duration"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress"
]
}
Dispute this classification
|
check_availability |
read network | Medium | arbitrary network egress | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"read",
"network"
],
"input_schema": {
"properties": {
"domainId": {
"description": "The unique ID of the parent domain",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to check (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"domainId",
"subdomain"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress"
]
}
Dispute this classification
|
rent_domain |
network financial | High | arbitrary network egress financial transaction | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {},
"capabilities": [
"network",
"financial"
],
"input_schema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to rent on",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
},
"intentMandateId": {
"description": "The ID of the active Intent Mandate authorizing this purchase",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to rent (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"intentMandateId",
"domainId",
"subdomain",
"duration"
],
"type": "object"
},
"risk_flags": [
"arbitrary_network_egress",
"financial_transaction"
]
}
Dispute this classification
|
Write-action governance
Status detail: 1 high-risk tool(s) are exposed without a clear auth boundary; no safeguards or confirmation signals detected.
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
rent_domain |
High | arbitrary network egress financial transaction | no |
Recommended runtime policy
No policy blockers under the default policy stance.
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
Client readiness verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Errorstep_up_auth_probe• Missingconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• OKtools_list• OKtransport_compliance_probe• Error
Evidence provenance
action_safety_probe• Error
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client readiness gate details
Remediation checklist
- Add OAuth-based authentication for remote connector auth.
- Support dynamic client registration (DCR) to simplify connector setup.
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Document step-up auth requirements in a connector-friendly way.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- Limit the exposed surface to search/fetch-style read tools.
Remediation checklist
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
Remediation checklist
- Add a clearer auth boundary around risky write actions.
- Add confirmation or dry-run semantics for: rent_domain.
- Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
- No active alert triggers.
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Not client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Not client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing blocked | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Not Assessed
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Degraded
Recommended for
Evidence
Current trust snapshot
trustsnap_0ae8c66444c24196Canonical machine links
Evidence confidence
Latest validation evidence
Failures
oauth_authorization_serverno authorization serveroauth_protected_resourceClient error '404 Not Found' for url 'https://popdot.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationno authorization serverserver_cardClient error '404 Not Found' for url 'https://popdot.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404transport_compliance_probeIssues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
Error | n/a | 1 high-risk, 3 egress-capable, non-read capabilities: financial tool(s); no clear auth boundary; safeguards=0; confirmation=none. |
advanced_capabilities_probe |
Warning | n/a | Only 2 capability signal(s): resource links, resources. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: protocol version, session resume, step up auth, transport compliance, +3 more. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 149.4 ms | Check completed |
initialize |
OK | 233.2 ms | Protocol 2025-03-26 |
instruction_tool_reference_probe |
OK | n/a | Check completed |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 129.2 ms | Client error '404 Not Found' for url 'https://popdot.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 875.7 ms | Fetched https://popdot.ai/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | 169.8 ms | not supported |
protocol_version_probe |
Warning | n/a | Claims 2025-03-26; 2 release(s) behind 2025-11-25. |
provenance_divergence_probe |
Not_Assessed | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
OK | 246.9 ms | 1 resource content item(s) returned |
resources_list |
OK | 102.8 ms | 2 resource item(s) exposed |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 124.5 ms | Client error '404 Not Found' for url 'https://popdot.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
session_resume_probe |
Warning | n/a | no session id |
step_up_auth_probe |
Missing | n/a | No OAuth or incremental-scope signals detected. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 123.3 ms | 5 tool(s) exposed |
transport_compliance_probe |
Error | 103.5 ms | Issues: missing session id, missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 104.2 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
1.0.2
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Passes |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Likely to fail |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: none
Improved checks: none
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
| No component deltas between the latest two runs. | |||
Registry & provenance divergence
Active alerts
No active alerts for the current server state.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
ai.popdot/popdot-mcp |
official_registry | yes | canonical | 59.9 |
Alias consolidation
Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Add confirmation and dry-run semantics for risky actions | High-risk write, delete, exec, or egress tools should communicate safeguards clearly. | Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tools before they can make destructive changes.Playbook
|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| High | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| High | Publish a complete server card | Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. | Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.Playbook
|
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Raise Adoption & Market score | Adoption clues and public evidence that the server is intended for external use. | Increase external documentation and directory coverage so users can discover and evaluate the server. |
| Medium | Support resumable HTTP sessions cleanly | Modern MCP clients increasingly expect resumable session behavior on streamable HTTP transports. | Persist session state keyed by Mcp-Session-Id and honor Last-Event-ID on GET reconnects so clients can resume a dropped Streamable HTTP session.Playbook
|
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Transport Compliance | 0/4 | -4.0 |
| Step-Up Auth | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Prompt Contract | 0/4 | -4.0 |
| OAuth Interop | 0/4 | -4.0 |
| Interactive Flow Safety | 0/4 | -4.0 |
| Least Privilege Scope | 1/4 | -3.0 |
| Error Contract Quality | 1/4 | -3.0 |
| Egress / SSRF Resilience | 1/4 | -3.0 |
| Supply Chain Signal | 1/4 | -3.0 |
Technical compatibility profiles
These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.
Connector URL: https://popdot.ai/api/mcp # No OAuth metadata detected. # Server: ai.popdot/popdot-mcp
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://popdot.ai/api/mcp"]
}
}
}
smithery mcp add "https://popdot.ai/api/mcp"
curl -sS https://popdot.ai/api/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Governance
MCP TrustOps
TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/decideAlert subscription types
MCP Runtime hosting
Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewInstall snippets
Connector URL: https://popdot.ai/api/mcp # No OAuth metadata detected. # Server: ai.popdot/popdot-mcp
{
"mcpServers": {
"popdot-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://popdot.ai/api/mcp"]
}
}
}
smithery mcp add "https://popdot.ai/api/mcp"
curl -sS https://popdot.ai/api/mcp -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.ai.popdot/popdot-mcp.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 16, 2026 04:07:34 AM UTC | Healthy | 59.9 | 2546.8 ms | 5 |
| Aug 15, 2026 04:06:47 PM UTC | Healthy | 59.9 | 2071.8 ms | 5 |
| Aug 15, 2026 04:06:27 PM UTC | Healthy | 59.9 | 1237.3 ms | 5 |
| Aug 15, 2026 03:57:20 AM UTC | Healthy | 59.9 | 2030.2 ms | 5 |
| Aug 14, 2026 03:55:36 PM UTC | Healthy | 59.9 | 2709.8 ms | 5 |
| Aug 14, 2026 03:23:37 AM UTC | Healthy | 59.9 | 1471.8 ms | 5 |
| Aug 14, 2026 03:23:36 AM UTC | Healthy | 59.9 | 1787.2 ms | 5 |
| Aug 13, 2026 08:47:13 PM UTC | Healthy | 59.9 | 1199.1 ms | 5 |
| Aug 13, 2026 08:45:29 PM UTC | Healthy | 59.9 | 4922.8 ms | 5 |
| Aug 13, 2026 08:35:54 AM UTC | Healthy | 59.9 | 2357.1 ms | 5 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 16, 2026 04:07:34 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 15, 2026 04:06:47 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 15, 2026 04:06:27 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 15, 2026 03:57:20 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 14, 2026 03:55:36 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 14, 2026 03:23:37 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 14, 2026 03:23:36 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 13, 2026 08:47:13 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 13, 2026 08:45:29 PM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
| Aug 13, 2026 08:35:54 AM UTC | Healthy | 59.9 | 2025-03-26 | public | 5 | 1 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 16, 2026 04:07:32 AM UTC | Completed | Healthy | 2546.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 15, 2026 04:06:44 PM UTC | Completed | Healthy | 2071.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 15, 2026 04:06:26 PM UTC | Completed | Healthy | 1237.3 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 15, 2026 03:57:18 AM UTC | Completed | Healthy | 2030.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:55:34 PM UTC | Completed | Healthy | 2709.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:23:36 AM UTC | Completed | Healthy | 1471.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 03:23:35 AM UTC | Completed | Healthy | 1787.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 08:47:12 PM UTC | Completed | Healthy | 1199.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 08:45:24 PM UTC | Completed | Healthy | 4922.8 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 13, 2026 08:35:51 AM UTC | Completed | Healthy | 2357.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 16, 2026 04:07:34 AM UTC | Latest validation: healthy | Score 59.9 with status healthy. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": false,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 0,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 0,
"capability_distribution": {
"financial": 1,
"network": 3,
"read": 4
},
"declared_non_read_only_tools": 0,
"destructive_tools": 0,
"egress_tools": 3,
"exec_tools": 0,
"has_mutating_capability": true,
"has_non_read_capability": true,
"high_risk_tools": 1,
"risk_distribution": {
"critical": 0,
"high": 1,
"low": 2,
"medium": 2
},
"secret_tools": 0,
"tool_count": 5
}
},
"latency_ms": null,
"status": "error"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": false,
"resource_links": true,
"resources": true,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [
"resource_links",
"resources"
],
"enabled_count": 2,
"initialize_capability_keys": [
"resources",
"tools"
]
},
"latency_ms": null,
"status": "warning"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"protocol_version",
"session_resume",
"step_up_auth",
"transport_compliance",
"request_association",
"action_safety",
"server_card"
],
"criteria": {
"action_safety": false,
"auth_flow": true,
"connector_replay": true,
"initialize": true,
"protocol_version": false,
"remote_transport": true,
"request_association": false,
"server_card": false,
"session_resume": false,
"step_up_auth": false,
"tool_surface": true,
"tools_list": true,
"transport_compliance": false
},
"high_risk_tools": 1,
"tool_count": 5,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"added_tools": [],
"additive_output_changes": [],
"backward_compatible": true,
"output_breaks": [],
"removed_tools": [],
"required_arg_breaks": [],
"would_break_after_refresh": false
},
"latency_ms": null,
"status": "ok"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "d68848bb7e3528ca22699e43ec82217eab4930d71438230cc8d8f4f4937ed567",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 149.41,
"status": "ok"
},
"initialize": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 1,
"jsonrpc": "2.0",
"result": {
"capabilities": {
"resources": {},
"tools": {}
},
"protocolVersion": "2025-03-26",
"serverInfo": {
"name": "popdot-mcp",
"title": "Popdot AI",
"version": "1.1.0"
}
}
},
"url": "https://popdot.ai/api/mcp"
},
"latency_ms": 233.23,
"status": "ok"
},
"instruction_tool_reference_probe": {
"details": {
"missing_tools": [],
"observed_tool_count": 5,
"referenced_tools": []
},
"latency_ms": null,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": []
},
"latency_ms": null,
"status": "missing"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "Client error '404 Not Found' for url 'https://popdot.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://popdot.ai/.well-known/oauth-protected-resource"
},
"latency_ms": 129.18,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": true,
"official_peer_count": 1,
"registry_identifier": "ai.popdot/popdot-mcp",
"registry_source": "official_registry"
},
"latency_ms": null,
"status": "ok"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/plain; charset=utf-8"
},
"http_status": 200,
"url": "https://popdot.ai/robots.txt",
"validation_disallowed": false
},
"latency_ms": 875.74,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: prompts/list"
},
"id": 3,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://popdot.ai/api/mcp"
},
"latency_ms": 169.75,
"status": "missing"
},
"protocol_version_probe": {
"details": {
"claimed_version": "2025-03-26",
"lag_days": 244,
"latest_known_version": "2025-11-25",
"releases_behind": 2,
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "warning"
},
"provenance_divergence_probe": {
"details": {
"comparable_field_count": 0,
"compared_fields": [
"title",
"version",
"homepage",
"repository"
],
"direct_official_match": true,
"drift_fields": [],
"metadata_document_count": 2,
"readable_sources": [
"registry"
],
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": null,
"server_card_version": null
},
"latency_ms": null,
"status": "not_assessed"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 6,
"jsonrpc": "2.0",
"result": {
"contents": [
{
"mimeType": "application/json",
"text": "{\n \"domains\": [\n {\n \"id\": \"cmrqngnbi000h9ll0sh352mcs\",\n \"name\": \"wentviral\",\n \"fullDomain\": \"wentviral.media\",\n \"tld\": \".media\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.3,\n \"daily\": 2.51,\n \"weekly\": 10.05,\n \"monthly\": 25.12,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngn6b000f9ll0sgdt9ely\",\n \"name\": \"wentlong\",\n \"fullDomain\": \"wentlong.money\",\n \"tld\": \".money\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.3,\n \"daily\": 2.46,\n \"weekly\": 9.83,\n \"monthly\": 24.58,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngmyy000d9ll0sa00w73z\",\n \"name\": \"wenthard\",\n \"fullDomain\": \"wenthard.xyz\",\n \"tld\": \".xyz\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.38,\n \"weekly\": 5.51,\n \"monthly\": 13.77,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngmtt000b9ll0kqmpv1dn\",\n \"name\": \"notadoctor\",\n \"fullDomain\": \"notadoctor.care\",\n \"tld\": \".care\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.3,\n \"daily\": 2.51,\n \"weekly\": 10.06,\n \"monthly\": 25.14,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngmmv00099ll02rawl3si\",\n \"name\": \"lostmyluggage\",\n \"fullDomain\": \"lostmyluggage.com\",\n \"tld\": \".com\",\n \"tier\": \"mid\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.46,\n \"weekly\": 5.84,\n \"monthly\": 14.6,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngmha00079ll0rznd70gd\",\n \"name\": \"foughtback\",\n \"fullDomain\": \"foughtback.org\",\n \"tld\": \".org\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.42,\n \"weekly\": 5.67,\n \"monthly\": 14.17,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngmab00059ll01hvnqaf2\",\n \"name\": \"customstack\",\n \"fullDomain\": \"customstack.club\",\n \"tld\": \".club\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.86,\n \"weekly\": 7.43,\n \"monthly\": 18.58,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqngm4s00039ll0fqv2ub3b\",\n \"name\": \"cookedit\",\n \"fullDomain\": \"cookedit.dev\",\n \"tld\": \".dev\",\n \"tier\": \"mid\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.46,\n \"weekly\": 5.83,\n \"monthly\": 14.56,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmrqnglvx00019ll0n08lelgv\",\n \"name\": \"addedtocart\",\n \"fullDomain\": \"addedtocart.shop\",\n \"tld\": \".shop\",\n \"tier\": \"basic\",\n \"pricing\": {\n \"hourly\": 0.31,\n \"daily\": 2.54,\n \"weekly\": 10.18,\n \"monthly\": 25.44,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmm9pdjrz00059lpsa39nyl4w\",\n \"name\": \"justcooked\",\n \"fullDomain\": \"justcooked.dev\",\n \"tld\": \".dev\",\n \"tier\": \"mid\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.45,\n \"weekly\": 5.78,\n \"monthly\": 14.45,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmm9pdj5h00039lpsh4wc6t4z\",\n \"name\": \"nocap\",\n \"fullDomain\": \"nocap.club\",\n \"tld\": \".club\",\n \"tier\": \"mid\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 2.02,\n \"weekly\": 8.09,\n \"monthly\": 20.22,\n \"currency\": \"USD\"\n }\n },\n {\n \"id\": \"cmm9pdil300019lps36scv7eu\",\n \"name\": \"slopmommy\",\n \"fullDomain\": \"slopmommy.com\",\n \"tld\": \".com\",\n \"tier\": \"mid\",\n \"pricing\": {\n \"hourly\": 0.25,\n \"daily\": 1.4,\n \"weekly\": 5.58,\n \"monthly\": 13.96,\n \"currency\": \"USD\"\n }\n }\n ],\n \"total\": 12,\n \"retrievedAt\": \"2026-08-16T04:07:34.049Z\"\n}",
"uri": "popdot://domains/available"
}
]
}
},
"resource_uri": "popdot://domains/available",
"url": "https://popdot.ai/api/mcp"
},
"latency_ms": 246.9,
"status": "ok"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 5,
"jsonrpc": "2.0",
"result": {
"resources": [
{
"description": "List of domains currently available for rental on the Popdot AI marketplace",
"mimeType": "application/json",
"name": "Available Domains",
"uri": "popdot://domains/available"
},
{
"description": "Active rentals for a specific agent (requires the agent's sigil ID)",
"mimeType": "application/json",
"name": "Agent Rentals",
"uri": "popdot://rentals/{agentId}"
}
]
}
},
"url": "https://popdot.ai/api/mcp"
},
"latency_ms": 102.84,
"status": "ok"
},
"schema_divergence_probe": {
"details": {
"auth_scheme_mismatch": false,
"card_server_name": null,
"card_server_version": null,
"compared_dimensions": [
"server_name",
"server_version",
"declared_vs_observed_auth",
"tool_membership",
"parameter_names",
"required_parameters",
"parameter_types",
"output_schema_presence"
],
"compared_tool_count": 0,
"live_server_name": "popdot-mcp",
"live_server_version": "1.1.0",
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Client error '404 Not Found' for url 'https://popdot.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://popdot.ai/.well-known/mcp/server-card.json"
},
"latency_ms": 124.48,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": "2025-03-26",
"reason": "no_session_id",
"resume_expected": true,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [],
"broad_scopes": [],
"challenge_headers": [],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [],
"supported_scopes": []
},
"latency_ms": null,
"status": "missing"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 5,
"previous_tool_count": 5,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Get a trial API key. Entry point for new agents: no payment, no human signup. Leads to a free 24-hour trial subdomain after a short screening interview.\n\nProvision a free 24-hour trial subdomain. Two-phase: initiate, answer the screening questions, complete. Returns a live HTTPS URL you control for 24 hours.\n\nCall this with your email and you'll get back the exact step-by-step REST sequence to claim a live trial subdomain (the screening interview is interactive, so it runs over REST). Use it when you need a temporary web address, want to test a deployment with a real URL, or want to show your operator a live demo before a paid rental. One trial per agent. Expires in 24 hours.",
"inputSchema": {
"properties": {
"email": {
"description": "An email to associate with your trial API key. Used to issue the key in step 1. If you don't have one, your operator's email works.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "try_domain"
},
{
"description": "Search domains available for rent on Popdot AI. Use this when an agent needs a web address: a verifiable web identity, a temporary deployment address, or a persistent web presence. Returns domains with pricing, tier, and availability. No auth required.",
"inputSchema": {
"properties": {
"limit": {
"description": "Maximum number of results to return (default: 20, max: 50)",
"type": "number"
},
"maxPrice": {
"description": "Maximum daily price in USD",
"type": "number"
},
"minPrice": {
"description": "Minimum daily price in USD",
"type": "number"
},
"query": {
"description": "Search query to match against domain names, tags, and categories",
"type": "string"
}
},
"type": "object"
},
"name": "search_domains"
},
{
"description": "Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to price",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
}
},
"required": [
"domainId",
"duration"
],
"type": "object"
},
"name": "get_price_quote"
},
{
"description": "Check whether a specific subdomain is available on a given domain. Returns true if the subdomain can be rented. Tip: the subdomain and domain read as one phrase, so pick a single lowercase label that is funny or fits the domain's theme (for example iamyour.slopmommy.com or analien.lostmyluggage.com). A delightful combination is the point of a Popdot AI address.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the parent domain",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to check (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"domainId",
"subdomain"
],
"type": "object"
},
"name": "check_availability"
},
{
"description": "Rent a subdomain, paying per-transaction with USDC on Base (x402). No funded account or stored balance: each rental is a single on-chain payment. Requires agent authentication. Validates the request, then returns the exact HTTP 402 challenge/settle REST sequence to complete the paid rental (payment happens on-chain between the two calls, so it runs over REST). Request an x402 payment challenge to rent a subdomain. Durations PT1H, PT4H, P1D, P7D, P30D. Returns the exact USDC amount and recipient on Base.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to rent on",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
},
"intentMandateId": {
"description": "The ID of the active Intent Mandate authorizing this purchase",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to rent (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"intentMandateId",
"domainId",
"subdomain",
"duration"
],
"type": "object"
},
"name": "rent_domain"
}
]
}
},
"url": "https://popdot.ai/api/mcp"
},
"latency_ms": 123.31,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Get a trial API key. Entry point for new agents: no payment, no human signup. Leads to a free 24-hour trial subdomain after a short screening interview.\n\nProvision a free 24-hour trial subdomain. Two-phase: initiate, answer the screening questions, complete. Returns a live HTTPS URL you control for 24 hours.\n\nCall this with your email and you'll get back the exact step-by-step REST sequence to claim a live trial subdomain (the screening interview is interactive, so it runs over REST). Use it when you need a temporary web address, want to test a deployment with a real URL, or want to show your operator a live demo before a paid rental. One trial per agent. Expires in 24 hours.",
"inputSchema": {
"properties": {
"email": {
"description": "An email to associate with your trial API key. Used to issue the key in step 1. If you don't have one, your operator's email works.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "try_domain"
},
{
"description": "Search domains available for rent on Popdot AI. Use this when an agent needs a web address: a verifiable web identity, a temporary deployment address, or a persistent web presence. Returns domains with pricing, tier, and availability. No auth required.",
"inputSchema": {
"properties": {
"limit": {
"description": "Maximum number of results to return (default: 20, max: 50)",
"type": "number"
},
"maxPrice": {
"description": "Maximum daily price in USD",
"type": "number"
},
"minPrice": {
"description": "Minimum daily price in USD",
"type": "number"
},
"query": {
"description": "Search query to match against domain names, tags, and categories",
"type": "string"
}
},
"type": "object"
},
"name": "search_domains"
},
{
"description": "Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to price",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
}
},
"required": [
"domainId",
"duration"
],
"type": "object"
},
"name": "get_price_quote"
},
{
"description": "Check whether a specific subdomain is available on a given domain. Returns true if the subdomain can be rented. Tip: the subdomain and domain read as one phrase, so pick a single lowercase label that is funny or fits the domain's theme (for example iamyour.slopmommy.com or analien.lostmyluggage.com). A delightful combination is the point of a Popdot AI address.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the parent domain",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to check (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"domainId",
"subdomain"
],
"type": "object"
},
"name": "check_availability"
},
{
"description": "Rent a subdomain, paying per-transaction with USDC on Base (x402). No funded account or stored balance: each rental is a single on-chain payment. Requires agent authentication. Validates the request, then returns the exact HTTP 402 challenge/settle REST sequence to complete the paid rental (payment happens on-chain between the two calls, so it runs over REST). Request an x402 payment challenge to rent a subdomain. Durations PT1H, PT4H, P1D, P7D, P30D. Returns the exact USDC amount and recipient on Base.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to rent on",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
},
"intentMandateId": {
"description": "The ID of the active Intent Mandate authorizing this purchase",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to rent (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"intentMandateId",
"domainId",
"subdomain",
"duration"
],
"type": "object"
},
"name": "rent_domain"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 103.54,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": {
"type": "resource",
"uri": "popdot://domains/available"
}
},
"initialize_capability_keys": [
"resources",
"tools"
],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 104.15,
"status": "missing"
}
},
"failures": {
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Client error '404 Not Found' for url 'https://popdot.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://popdot.ai/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "Client error '404 Not Found' for url 'https://popdot.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://popdot.ai/.well-known/mcp/server-card.json"
},
"transport_compliance_probe": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"description": "Get a trial API key. Entry point for new agents: no payment, no human signup. Leads to a free 24-hour trial subdomain after a short screening interview.\n\nProvision a free 24-hour trial subdomain. Two-phase: initiate, answer the screening questions, complete. Returns a live HTTPS URL you control for 24 hours.\n\nCall this with your email and you'll get back the exact step-by-step REST sequence to claim a live trial subdomain (the screening interview is interactive, so it runs over REST). Use it when you need a temporary web address, want to test a deployment with a real URL, or want to show your operator a live demo before a paid rental. One trial per agent. Expires in 24 hours.",
"inputSchema": {
"properties": {
"email": {
"description": "An email to associate with your trial API key. Used to issue the key in step 1. If you don't have one, your operator's email works.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"name": "try_domain"
},
{
"description": "Search domains available for rent on Popdot AI. Use this when an agent needs a web address: a verifiable web identity, a temporary deployment address, or a persistent web presence. Returns domains with pricing, tier, and availability. No auth required.",
"inputSchema": {
"properties": {
"limit": {
"description": "Maximum number of results to return (default: 20, max: 50)",
"type": "number"
},
"maxPrice": {
"description": "Maximum daily price in USD",
"type": "number"
},
"minPrice": {
"description": "Minimum daily price in USD",
"type": "number"
},
"query": {
"description": "Search query to match against domain names, tags, and categories",
"type": "string"
}
},
"type": "object"
},
"name": "search_domains"
},
{
"description": "Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to price",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
}
},
"required": [
"domainId",
"duration"
],
"type": "object"
},
"name": "get_price_quote"
},
{
"description": "Check whether a specific subdomain is available on a given domain. Returns true if the subdomain can be rented. Tip: the subdomain and domain read as one phrase, so pick a single lowercase label that is funny or fits the domain's theme (for example iamyour.slopmommy.com or analien.lostmyluggage.com). A delightful combination is the point of a Popdot AI address.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the parent domain",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to check (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"domainId",
"subdomain"
],
"type": "object"
},
"name": "check_availability"
},
{
"description": "Rent a subdomain, paying per-transaction with USDC on Base (x402). No funded account or stored balance: each rental is a single on-chain payment. Requires agent authentication. Validates the request, then returns the exact HTTP 402 challenge/settle REST sequence to complete the paid rental (payment happens on-chain between the two calls, so it runs over REST). Request an x402 payment challenge to rent a subdomain. Durations PT1H, PT4H, P1D, P7D, P30D. Returns the exact USDC amount and recipient on Base.",
"inputSchema": {
"properties": {
"domainId": {
"description": "The unique ID of the domain to rent on",
"type": "string"
},
"duration": {
"description": "ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)",
"enum": [
"PT1H",
"PT4H",
"P1D",
"P7D",
"P30D"
],
"type": "string"
},
"intentMandateId": {
"description": "The ID of the active Intent Mandate authorizing this purchase",
"type": "string"
},
"subdomain": {
"description": "The subdomain label to rent (e.g., 'myproject' for myproject.example.com)",
"type": "string"
}
},
"required": [
"intentMandateId",
"domainId",
"subdomain",
"duration"
],
"type": "object"
},
"name": "rent_domain"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_session_id",
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://popdot.ai/api/mcp",
"server_card_payload": null,
"server_identifier": "ai.popdot/popdot-mcp"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://popdot.ai
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://popdot.ai/api/mcp
- Directory listing: none
- Server card: none
Transport compliance drilldown
Issues: missing_session_id, missing_protocol_header, bad_protocol_not_rejected
Request association
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||