← getcoffr.com

INDIVIDUAL MCP TOOL

get_article

Read the full text of one published Coffr research article by its slug, including key takeaways, cited sources and any FAQ.

getcoffr.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://getcoffr.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_article 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

getcoffr.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.coffr-launchpad]
url = "https://getcoffr.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coffr-launchpad": {
      "type": "http",
      "url": "https://getcoffr.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coffr-launchpad": {
      "type": "http",
      "url": "https://getcoffr.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coffr-launchpad",
  "transport": "streamable-http",
  "url": "https://getcoffr.com/mcp"
}
MCP Inspector

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

Related tools

  • search_research — Search Coffr's published research on business payment fraud, wire fraud, business email compromise, vendor impersonation, and banking risk.
  • list_recent_research — List Coffr's most recently published research articles, newest first, with slugs and summaries.
  • list_signals — List the latest items from Coffr's Signals feed: fraud, scam, breach and banking-risk advisories aggregated from public sources, each with Coffr's one-line take on what it means for a payments team.