Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"griffin": {
"env": {
"GRIFFIN_API_KEY": "your-griffin-api-key"
},
"args": [
"-y",
"@griffinbank/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is our beta model context protocol (MCP) server. It gives your AI agents an easy way to interact with the Griffin API. Use the server via any MCP client, including Claude Desktop and code editors like Cursor.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Griffin Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is our beta model context protocol (MCP) server. It gives your AI agents an easy way to interact with the Griffin API. Use the server via any MCP client, including Claude Desktop and code editors like Cursor.
To use this MCP server with Claude for Desktop:
Edit your Claude for Desktop configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the following to the mcpServers section:
{
"mcpServers": {
"griffin": {
"command": "npx",
"args": ["-y", "@griffinbank/mcp-server"],
"env": {
"GRIFFIN_API_KEY": "your-griffin-api-key"
}
}
}
}
Do not attempt to use this MCP server with your live organisation API key. We have put safeguards in place to stop live API keys working, but nevertheless please avoid exposing your keys unnecessarily.
create-and-submit-payment - Creates and submits a paymentopen-operational-account - Opens a new operational accountclose-bank-account - Closes a bank accountlist-bank-accounts - Lists all bank accountslist-legal-persons - Lists all legal personslist-payments - Lists all paymentslist-payees - Lists payees for a given legal personget-bank-account - Gets details for a specific bank accountget-legal-person - Gets details for a specific legal personget-payment - Gets details for a specific paymentget-payee - Gets details for a specific payeelist-transactions - Lists the latest transactions for a bank accountReach out to us at product@griffin.com or join our Slack community