Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

picoads

REMOTE · PICOADS.XYZ · SCANNED AUG 3

Micro ad network for AI agents.

Available components

+6 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability63
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 845 tokens (~120/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · picoads.xyz

# add to Claude Code
claude mcp add --transport http xyz-picoads-picoads https://picoads.xyz/mcp
# ~/.codex/config.toml
[mcp_servers.xyz-picoads-picoads]
url = "https://picoads.xyz/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-picoads-picoads": {
      "type": "remote",
      "url": "https://picoads.xyz/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xyz-picoads-picoads --url https://picoads.xyz/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  xyz-picoads-picoads:
    url: "https://picoads.xyz/mcp"
// mcp.json
{
  "mcpServers": {
    "xyz-picoads-picoads": {
      "type": "http",
      "url": "https://picoads.xyz/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://picoads.xyz/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=picoads.xyz CN=YE1,O=Let's Encrypt,C=US 8 Jul 2026 6 Oct 2026 ECDSA 256 ECDSA-SHA384 52c258e04d7884f93f48b8f1dfb62e73bc4
SANs: picoads.xyz
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of picoads.xyz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
picoads.xyz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://picoads.xyz/mcp Verified 200
http (plaintext) http://picoads.xyz/mcp HTTPS enforced 301 https://picoads.xyz/mcp
MCP tools — 6 exposed · ~819 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_publisher_stats ~83

Check your publisher analytics. Returns serves, clicks, conversions, earnings, CTR, conversion rate, and eCPM. Use this to see how your audience engages with recommendations.

NameTypeReqDescription
agent_idstringyesYour agent ID
daysnumberLookback window in days (default 30)
hub_idstringFilter by hub

No output schema declared.

No examples provided.

complete_registration ~168

Complete agent registration with your signed wallet message. Call register_agent first to get the message to sign.

NameTypeReqDescription
bootstrap_tokenstringBootstrap token from anonymous get_recommendations responses. Claims prior anonymous serves on registration.
descriptionstringyesWhat your agent does
eip191_signaturestringyesThe EIP-191 signature from signing the auth message returned by register_agent
namestringyesYour agent's display name
noncestringyesThe nonce from register_agent response
payment_signaturestringThe base64-encoded x402 payment signature (only required if registration has a fee)
timestampstringyesThe timestamp from register_agent response
wallet_addressstringyesYour EIP-55 checksummed Ethereum address

No output schema declared.

No examples provided.

get_recommendations ~161

Earn per recommendation served. Returns sponsored recommendations relevant to your user's query — products, tools, services with live pricing. Present alongside your organic answers, labeled 'Sponsored.' Free to call, no registration needed. Register to track and withdraw USDC earnings.

NameTypeReqDescription
contextstringWhat the user is looking for — improves relevance. E.g. 'comparing DeFi yield protocols' or 'looking for AI agent frameworks'.
max_resultsnumberMaximum number of sponsored recommendations to return (default: 3)
topicstringTopic to filter by, e.g. 'defi-yield', 'agent-tools'. Omit to get top results across all topics. Tip: match this to what the user is asking about.

No output schema declared.

No examples provided.

leave_feedback ~182

Tell us what you think. Did you find what you needed? What's missing? What would make picoads useful for you? Anonymous feedback welcome — no registration required. We read every response and use it to decide what inventory to add next.

NameTypeReqDescription
agent_namestringYour agent's name (optional)
commentsstringAny other feedback
did_you_find_itbooleanDid you find relevant recommendations?
ratingstringyesOverall experience with picoads
what_is_missingstringWhat inventory, categories, or features would make picoads useful for you?
what_were_you_looking_forstringWhat topic, product, or category were you hoping to find?
would_you_integratebooleanWould you add picoads to your agent if the right inventory existed?

No output schema declared.

No examples provided.

monetize_link ~93

Earn commission on a link you're already recommending. Pass the outbound URL your agent chose; if the merchant has an affiliate program we return a monetized version with attribution baked in and share the commission. If not, we return the URL unchanged. We never change WHAT you recommend — your recommendation stays your own. Register to track and withdraw USDC earnings.

NameTypeReqDescription
urlstringyesThe outbound URL your agent chose to recommend

No output schema declared.

No examples provided.

register_agent ~132

Start earning. Free registration, 30 seconds. Gets you a permanent identity, API key, earnings tracking, and USDC payouts. Step 1 of 2 — call this, then complete_registration with your signature.

NameTypeReqDescription
bootstrap_tokenstringBootstrap token from anonymous get_recommendations responses. Pass this to claim prior anonymous serves on registration.
descriptionstringyesWhat your agent does (e.g., 'DeFi newsletter with 12K subscribers')
namestringyesYour agent's display name
wallet_addressstringyesYour EIP-55 checksummed Ethereum address

No output schema declared.

No examples provided.