← wealthnme.com

INDIVIDUAL MCP TOOL

get_topic

Fetch a single topic by slug.

wealthnme.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

wealthnme.com

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.wealthnme-com]
url = "https://www.wealthnme.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wealthnme-com": {
      "type": "http",
      "url": "https://www.wealthnme.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wealthnme-com
Remote MCP URL: https://www.wealthnme.com/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": {
    "wealthnme-com": {
      "url": "https://www.wealthnme.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wealthnme-com": {
      "type": "http",
      "url": "https://www.wealthnme.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wealthnme-com",
  "transport": "streamable-http",
  "url": "https://www.wealthnme.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search published articles by keyword.
  • get_article — Fetch a single published article by slug.
  • list_articles — List the latest published articles in reverse-chronological order — the same feed as the public /latest page.
  • list_topics — List all available topic categories with their slugs and RSS feed URLs.
  • get_site_info — Returns tenant identity and endpoint discovery metadata: siteName, description, siteUrl, endpoint URLs (mcp, openapi, llms, manifest, feed), plus aggregate counts of topics and active sources.
  • get_latest_articles — Alias for list_articles.
  • get_sources — List active feed sources for this tenant.
  • get_related_content — Find articles related to a given article slug.