← finfam.app

INDIVIDUAL MCP TOOL

get_pulse

Get the current FinFam Pulse — FinFam's twice-daily money-news digest.

finfam.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://ff-api.finfam.app/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pulse and invoke it with your own arguments.

Indexed 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 server

finfam.app

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.finfam-financial-calculators]
url = "https://ff-api.finfam.app/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finfam-financial-calculators": {
      "type": "http",
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finfam-financial-calculators
Remote MCP URL: https://ff-api.finfam.app/mcp/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": {
    "finfam-financial-calculators": {
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finfam-financial-calculators": {
      "type": "http",
      "url": "https://ff-api.finfam.app/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finfam-financial-calculators",
  "transport": "streamable-http",
  "url": "https://ff-api.finfam.app/mcp/mcp"
}
MCP Inspector

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

Related tools

  • search_views — Search for financial calculators matching a question or topic.
  • get_view_signature — Get the full input/output contract for a financial calculator.
  • calculate_view — Run a financial calculation with the provided input values.
  • get_view_source — Get the source code/formulas of an open-source financial calculator.
  • search_pulse — Search past FinFam Pulse editions by topic (e.