Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.particle.pro/llms.txt

Use this file to discover all available pages before exploring further.

The Particle Pro MCP server exposes 13 tools across 4 namespaces. Each tool wraps an existing REST handler — the per-tool pages link to the analogous REST endpoint when one exists. Every tool advertises readOnlyHint: true. Inputs use snake_case JSON; outputs include both structured JSON (via MCP structuredContent) and a markdown rendering (via content[].text).

Entities

Resolve people, organizations, and places to canonical slugs you can feed into other tools.

entities/resolve_entity

Resolve a person, organization, place, or company by free-text name.

entities/browse_topics

Navigate the topic taxonomy — roots and direct children.

Companies

Resolve companies by ticker, domain, CIK, or QID, and pull bundled profiles with products and competitors.

companies/resolve_company

Resolve a company by name, ticker, domain, CIK, or QID.

companies/get_company

Bundled company profile — identifiers, products, competitors.

Podcasts

The richest namespace: search dialogue, list episodes and clips, pull entity mentions, and bundle full episode overviews.

podcasts/resolve_podcast

Find a podcast by free-text title or exact slug.

podcasts/get_episode

Bundled overview of one episode — speakers, entities, segments, transcript.

podcasts/get_entity_mentions

Every dialogue line where a person or company is named.

podcasts/search_dialogue

Semantic, keyword, or hybrid search over podcast dialogue.

podcasts/list_episodes

Filter-driven episode discovery across the catalog.

podcasts/list_clips

Engagement-ranked highlight clips with audio URLs.

Advertising

Sponsor analytics — per-company, per-podcast, and across the catalog.

advertising/get_company_ad_presence

Where company X shows up as a sponsor.

advertising/get_podcast_sponsors

Who sponsors podcast Y, plus aggregate stats.

advertising/sponsor_leaderboard

Top advertisers across the catalog.

Choosing the right tool

I want…Use this
To turn a person’s name into a slugentities/resolve_entity
To turn a ticker, domain, or CIK into a companycompanies/resolve_company
Every line where a person or company is namedpodcasts/get_entity_mentions
Dialogue about a topic (paraphrase or exact)podcasts/search_dialogue
Episode-level discovery with rich filterspodcasts/list_episodes
A full episode overview with transcriptpodcasts/get_episode
Highlight clips ranked by engagementpodcasts/list_clips
”Where does company X advertise”advertising/get_company_ad_presence
”Who sponsors podcast Y”advertising/get_podcast_sponsors
Catalog-wide top advertisersadvertising/sponsor_leaderboard