← painspotter.ai

INDIVIDUAL MCP TOOL

get_theme

Get the full market signal for a single theme: trend, 30-day / all-time mentions, signal channels, audience clarity and market summary, plus the top-scoring opportunities under it (including the Best Bet flagship opportunity).

painspotter.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://painspotter.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_theme and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

painspotter.ai

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.painspotter]
url = "https://painspotter.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "painspotter": {
      "type": "http",
      "url": "https://painspotter.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: painspotter
Remote MCP URL: https://painspotter.ai/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": {
    "painspotter": {
      "url": "https://painspotter.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "painspotter": {
      "type": "http",
      "url": "https://painspotter.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "painspotter",
  "transport": "streamable-http",
  "url": "https://painspotter.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_overview — Get a global overview of PainSpotter: all domain categories (with theme count, opportunity count and 30-day mentions) plus a snapshot of currently trending themes.
  • get_opportunity — Get the full detail of a specific opportunity: description, score breakdown, MVP features, competitors, differentiation, risks and community evidence count.
  • query_opportunities — Unified opportunity search: filter by keyword, minimum score, platform, recommendation tier and domain category, then sort the results.
  • list_trending_themes — List themes that are currently heating up (sorted by trend change %), to catch demand that is growing.
  • list_blog_posts — List recent published PainSpotter blog posts — weekly long-form analyses of validated business opportunities (who's hurting, why now, how to build it).
  • get_blog_post — Get the full Markdown body of one published blog post by its slug.