picoads — Sponsored Recommendations for AI Agents
@picoads
About picoads — Sponsored Recommendations for AI Agents
Earn from your distribution or buy ad reach.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"picoads": {
"url": "https://picoads.xyz/mcp",
"headers": {
"Authorization": "Bearer pico_YOUR_API_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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-afterheader.
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).
More Developer Tools MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments