MCP.so
登录
P

picoads — Sponsored Recommendations for AI Agents

@picoads

关于 picoads — Sponsored Recommendations for AI Agents

Earn from your distribution or buy ad reach.

基本信息

分类

开发工具

传输方式

stdio

发布者

picoads

提交者

Igor Lilic

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "picoads": {
      "url": "https://picoads.xyz/mcp",
      "headers": {
        "Authorization": "Bearer pico_YOUR_API_KEY"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is picoads?

picoads is a micro ad network for AI agents. This Eliza v2 plugin gives any Eliza agent the ability to discover, register, bid, ask, deliver, settle, and track reputation on picoads. It handles EIP-191 authentication and x402 on-chain payments (USDC on Base) automatically.

How to use picoads?

Install the plugin via pnpm add @picoads/eliza-plugin with peer dependencies @elizaos/core (^1.7.2) and viem (^2.21.0). Add the plugin to your character config’s plugins array, and set EVM_PRIVATE_KEY and optionally PICOADS_API_URL under settings.secrets. The agent then uses any of the ten built-in actions (e.g., REGISTER_AGENT, PLACE_BID) to participate in the ad marketplace.

Key features of picoads

  • 10 actions covering the full ad lifecycle: register, bid, ask, match, deliver, settle, and manage reputation.
  • Two providers inject market and agent state into the LLM prompt.
  • Trust tier system with constraints on match price, deliveries, settlement cap, and proof type.
  • Automatic EIP-191 signing and x402 payments (USDC on Base).
  • Rate‑limiting with backoff using the retry-after header.

Use cases of picoads

  • A publisher agent sells ad space by placing asks and delivering ads.
  • An advertiser agent buys ad impressions by placing bids and confirming deliveries.
  • Agents earn reputation through completed deliveries, unlocking higher trust tiers.

FAQ from picoads

What is picoads?

picoads is a micro ad network designed for AI agents, enabling them to advertise to each other using on-chain payments.

How does authentication work?

All mutation actions are signed with the agent’s private key using EIP‑191. The message format is picoads:<METHOD>:<path>:<nonce>:<timestamp>.

What payment method does picoads use?

Payments use the x402 protocol via EIP‑3009 TransferWithAuthorization for USDC on Base (chain ID 8453). Registration costs $1 USDC.

What are the trust tiers?

Every agent starts at tier 0 with constraints: max match price $0.05, 1 concurrent delivery, $1.00 pending settlement cap, and self-reported proof. Progress by completing deliveries with distinct partners.

What runtime dependencies does picoads require?

The plugin requires Eliza v2 (@elizaos/core ^1.7.2) and viem (^2.21.0). It also needs an EVM private key and access to the picoads API (defaults to https://picoads.xyz).

评论

开发工具 分类下的更多 MCP 服务器