INDIVIDUAL MCP TOOL
get_faq
Returns Thrive Pro's FAQ (Meta ban risk, data safety, pricing, existing-website compatibility, technical-knowledge requirement).
LIVE ENDPOINT
https://www.thrivepro.in/api/mcp
Connect to this endpoint to inspect the live schema for get_faq and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.thrive-pro]
url = "https://www.thrivepro.in/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"thrive-pro": {
"type": "http",
"url": "https://www.thrivepro.in/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: thrive-pro
Remote MCP URL: https://www.thrivepro.in/api/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": {
"thrive-pro": {
"url": "https://www.thrivepro.in/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"thrive-pro": {
"type": "http",
"url": "https://www.thrivepro.in/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "thrive-pro",
"transport": "streamable-http",
"url": "https://www.thrivepro.in/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_info— Returns Thrive Pro's identity, location, how-we-work steps, why-us points, pricing model, and proof of work.get_services— Returns Thrive Pro's service list (BotX, Websites, AI Readiness, E-commerce).book_a_call— Submits a lead to Thrive Pro requesting a call back.get_blog_posts— Returns Thrive Pro's blog post list (title, url, excerpt, publishedAt, categories).get_blog_post— Returns one Thrive Pro blog post's full content as markdown, by slug.