MCP server · OwnLocal
ownlocal-mcp.yml
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.
⚠ Proposed MCP surface. No official hosted MCP server was found for OwnLocal. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If OwnLocal publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport
Tools
list_ads— List ads, filtered by category, sub-category, offer count, start/end/created/modified date ranges, business ids or publisher ids; paged and sortable.get_ad— Retrieve one ad by UUID, including extracted ad text and machine-extracted offers.create_ad— Create an ad record under a publisher, optionally bound to a business, with start/end run dates. Returns the adUuid and a content_url to upload the print PDF to.update_ad— Update an existing ad (PATCH).upload_ad_content— Upload the source print-ad PDF for an ad. Returns 202 — conversion is asynchronous with no completion callback, so a caller must poll get_ad until image/adText/offers populate.list_businesses— List local businesses (advertisers), filtered by category, date ranges and publisher ids; paged.get_business— Retrieve one business by UUID, with locations, opening hours, categories, social profiles and imagery.create_business— Create a local business record under one or more publishers.upload_business_logo— Upload a logo image for a business. Returns 202.upload_business_image— Upload a gallery image for a business. Returns 202.list_categories— Retrieve the OwnLocal category / sub-category vocabulary. The prerequisite lookup for classifying a business or filtering ads — an agent should call this before create_business.get_ads_report— Build a performance report for every ad a publisher ran in a date window — impressions, interaction breakdown by click target, leads, digital lift.get_business_report— Build a performance report for one business under a publisher — reach report plus search keyword rank history and SERP context.
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.