Peer39 Custom Category MCP Server
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
peer39_configure— Persist buyer ID, system name, default email and default partner to ~/.peer39-mcp/config.json (mode 0600). stdio deployment only.peer39_check_setup— Report current configuration — what is set, what is missing, and where in app.peer39.com to find each missing value.peer39_create_category— Create a new custom category (keyword, URL, mobile app, CTV app, mobile-app keyword or CTV keyword) and sync it to a DSP.peer39_get_category— Fetch one category's full details.peer39_list_categories— List categories on a buyer account, with filtering and paging.peer39_update_category_details— Update only the metadata — name, type, description, language, expiration, email.peer39_update_category_items— Modify the items list. Defaults to APPEND in the MCP server even though the underlying API defaults to replace; pass append:false to replace.peer39_update_category— "Update all" — rewrite name, items and every other field in one call.peer39_delete_category— Batch delete categories. Destructive.peer39_get_url_examples— Preview which URLs Peer39 would classify as matching a set of keyword phrases. Meaningful only for web keyword categories (type 2).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.