← painspotter.ai
INDIVIDUAL MCP TOOL
get_blog_post
Get the full Markdown body of one published blog post by its slug.
LIVE ENDPOINT
https://painspotter.ai/mcp
Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.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).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).