API Tools
prosperconsulting.ai
Provides access to published content such as pages, team members, and posts from a public site.
ENDPOINT 1
https://www.prosperconsulting.ai/api/mcp
Known tools 14
list_pagesReturns the slug, title, and description of every published page on the public site.
Inferred read-onlylist_peopleReturns every published team member from the people collection: slug, name, role, bio, photo URL, and featured flag, sorted by the same display order the about page uses.
Inferred read-onlylist_postsReturns the slug, title, and excerpt of every published Insights post.
Potential side effectssearchSimple case-insensitive text match across every published page and post.
Potential side effectslist_tagsReturns slug, label, and description for every term in the `tag` taxonomy attached to posts.
Inferred read-onlylist_categoriesReturns slug, label, and description for every term in the `category` taxonomy.
Inferred read-onlylist_testimonialsReturns published testimonials with quote, attribution, sector, tags, and featured flag.
Inferred read-onlyget_testimonialReturns the quote, attribution, sector, tags, and featured flag for one published testimonial.
Inferred read-onlyCONNECT 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.prosperconsulting-ai]
url = "https://www.prosperconsulting.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prosperconsulting-ai": {
"type": "http",
"url": "https://www.prosperconsulting.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prosperconsulting-ai
Remote MCP URL: https://www.prosperconsulting.ai/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": {
"prosperconsulting-ai": {
"url": "https://www.prosperconsulting.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prosperconsulting-ai": {
"type": "http",
"url": "https://www.prosperconsulting.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prosperconsulting-ai",
"transport": "streamable-http",
"url": "https://www.prosperconsulting.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for prosperconsulting.ai was fetched 2026-09-02T14:29:06.319Z.
prosperconsulting.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.