← Registry

API Tools

prosperconsulting.ai

Provides access to published content such as pages, team members, and posts from a public site.

1 endpoint14 known toolsFirst detected July 2, 2026Last detected July 2, 2026

ENDPOINT 1

https://www.prosperconsulting.ai/api/mcp

No auth detected

Known tools 14

about

Self-describing overview for agents.

Inferred read-only
list_pages

Returns the slug, title, and description of every published page on the public site.

Inferred read-only
get_page

Fetch a single published page by slug.

Inferred read-only
list_people

Returns 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-only
list_posts

Returns the slug, title, and excerpt of every published Insights post.

Potential side effects
get_post

Fetch a single published post by slug.

Potential side effects
search

Simple case-insensitive text match across every published page and post.

Potential side effects
list_tags

Returns slug, label, and description for every term in the `tag` taxonomy attached to posts.

Inferred read-only
list_posts_by_tag

Filters published posts by the `tag` taxonomy.

Inferred read-only
list_categories

Returns slug, label, and description for every term in the `category` taxonomy.

Inferred read-only
list_posts_by_category

Filters published posts by the `category` taxonomy.

Inferred read-only
list_testimonials

Returns published testimonials with quote, attribution, sector, tags, and featured flag.

Inferred read-only
get_testimonial

Returns the quote, attribution, sector, tags, and featured flag for one published testimonial.

Inferred read-only
request_contact

Submit a request for a Prosper consultant to get in touch.

Inferred read-only

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.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.

Trust status Trusted

prosperconsulting.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.