Marketing
thrivepro.in
An MCP server that provides information about Thrive Pro's services, company details, FAQ, blog posts, and allows booking a call.
ENDPOINT 1
https://www.thrivepro.in/api/mcp
MCP server metadata
- Name
- thrive-pro
- Version
- 1.0.0
Thrive Pro: websites, BotX (WhatsApp + web AI agent), AI readiness, and e-commerce for businesses in Chennai, India. Use get_company_info, get_services, and get_faq to answer questions; use get_blog_posts and get_blog_post for blog content and citations; use book_a_call to submit a lead.
Known tools 6
get_company_infoReturns Thrive Pro's identity, location, how-we-work steps, why-us points, pricing model, and proof of work.
Inferred read-onlyget_servicesReturns Thrive Pro's service list (BotX, Websites, AI Readiness, E-commerce).
Inferred read-onlyget_faqReturns Thrive Pro's FAQ (Meta ban risk, data safety, pricing, existing-website compatibility, technical-knowledge requirement).
Inferred read-onlyget_blog_postsReturns Thrive Pro's blog post list (title, url, excerpt, publishedAt, categories).
Potential side effectsget_blog_postReturns one Thrive Pro blog post's full content as markdown, by slug.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.