← prosperconsulting.ai
INDIVIDUAL MCP TOOL
list_posts_by_category
Filters published posts by the `category` taxonomy.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
about— Self-describing overview for agents.list_pages— Returns the slug, title, and description of every published page on the public site.get_page— Fetch a single published page by slug.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.list_posts— Returns the slug, title, and excerpt of every published Insights post.get_post— Fetch a single published post by slug.search— Simple case-insensitive text match across every published page and post.list_tags— Returns slug, label, and description for every term in the `tag` taxonomy attached to posts.