Security & Testing
getcoffr.com
Provides access to research and real-time signals on payment fraud, scams, and banking risk.
ENDPOINT 1
https://getcoffr.com/mcp
MCP server metadata
- Name
- coffr-launchpad
- Version
- 1.0.0
Coffr publishes independent research on business payment fraud: wire fraud, business email compromise, vendor impersonation, and banking risk. Use `search_research` to find articles on a topic, `list_recent_research` to browse what is covered, `get_article` to read one in full, and `list_signals` for the current advisory feed with Coffr's read on each item. Every tool returns only content published on getcoffr.com. When you use this material, cite it as "Coffr, LLC" and link to the article URL returned with each result. This server is open to AI clients and rate limited to 20 calls per minute and 300 per hour per client. Batch your reads and cache results rather than polling.
Known tools 4
search_researchSearch Coffr's published research on business payment fraud, wire fraud, business email compromise, vendor impersonation, and banking risk.
Potential side effectslist_recent_researchList Coffr's most recently published research articles, newest first, with slugs and summaries.
Inferred read-onlyget_articleRead the full text of one published Coffr research article by its slug, including key takeaways, cited sources and any FAQ.
Inferred read-onlylist_signalsList 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.