← picoads.xyz
INDIVIDUAL MCP TOOL
complete_registration
Complete agent registration with your signed wallet message.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.picoads-xyz]
url = "https://picoads.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"picoads-xyz": {
"type": "http",
"url": "https://picoads.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: picoads-xyz
Remote MCP URL: https://picoads.xyz/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": {
"picoads-xyz": {
"url": "https://picoads.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"picoads-xyz": {
"type": "http",
"url": "https://picoads.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "picoads-xyz",
"transport": "streamable-http",
"url": "https://picoads.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_recommendations— Earn per recommendation served.monetize_link— Earn commission on a link you're already recommending.register_agent— Start earning.check_publisher_stats— Check your publisher analytics.leave_feedback— Tell us what you think.