Server data from the Official MCP Registry
Allow AI systems to view and control your Starling Bank account via MCP.
Allow AI systems to view and control your Starling Bank account via MCP.
Valid MCP server (4 strong, 2 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
12 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: STARLING_BANK_ACCESS_TOKEN
Environment variable: STARLING_BANK_PRIVATE_KEY_UID
Environment variable: STARLING_BANK_PRIVATE_KEY_PEM
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-domdomegg-starling-bank-mcp": {
"env": {
"STARLING_BANK_ACCESS_TOKEN": "your-starling-bank-access-token-here",
"STARLING_BANK_PRIVATE_KEY_PEM": "your-starling-bank-private-key-pem-here",
"STARLING_BANK_PRIVATE_KEY_UID": "your-starling-bank-private-key-uid-here"
},
"args": [
"-y",
"starling-bank-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for Starling Bank API integration, providing tools to interact with Starling Bank's developer API for account management and transactions.
https://github.com/user-attachments/assets/c2b23c22-bd23-487e-a4f5-c62e02280052
This is a 3rd party integration, and is not affiliated with Starling Bank.
[!WARNING] At time of writing, models make frequent mistakes and are vulnerable to prompt injections. As this MCP server gives the model some control of your bank account, mistakes could be costly. Use with caution and at your own risk.
Step 1: Create a Starling Bank personal access token. To do this:
Keep the token handy, you'll need it in the next step. It'll probably begin something like eyJhbGciOiJQUzI1NiIsInppcCI6IkdaSVAifQ., and be moderately long.
Step 2: Follow the instructions below for your preferred client:
(Optional, Advanced) Step 3: See PAYMENT_SIGNING_SETUP.md if you want to be able to send payments.
starling-bank-mcp-mcpb file.zip file to .mcpb.mcpb file to open with Claude Desktopclaude_desktop_config.json fileeyJhb... with your API key:{
"mcpServers": {
"starling-bank": {
"command": "npx",
"args": [
"-y",
"starling-bank-mcp"
],
"env": {
"STARLING_BANK_ACCESS_TOKEN": "eyJhb...",
}
}
}
}
Create either a global (~/.cursor/mcp.json) or project-specific (.cursor/mcp.json) configuration file, replacing eyJhb... with your API key:
{
"mcpServers": {
"starling-bank": {
"command": "npx",
"args": ["-y", "starling-bank-mcp"],
"env": {
"STARLING_BANK_ACCESS_TOKEN": "eyJhb..."
}
}
}
}
eyJhb... with your API key:{
"mcpServers": {
"starling-bank": {
"type": "stdio",
"command": "npx",
"args": ["-y", "starling-bank-mcp"],
"env": {
"STARLING_BANK_ACCESS_TOKEN": "eyJhb..."
}
}
}
}
By default, the server uses stdio transport (for Claude Desktop, Cursor, etc.). You can also run it as an HTTP server:
STARLING_BANK_ACCESS_TOKEN=eyJhb... MCP_TRANSPORT=http PORT=3000 npx starling-bank-mcp
The MCP endpoint will be available at http://localhost:3000/mcp.
[!WARNING] The HTTP transport has no authentication. Other processes on your machine—including websites in your browser—could potentially access the endpoint and control your bank account. Only use HTTP transport behind a reverse proxy or in another secured setup.
Pull requests are welcomed on GitHub! To get started:
npm installnpm run test to run testsnpm run buildVersions follow the semantic versioning spec.
To release:
npm version <major | minor | patch> to bump the versiongit push --follow-tags to push with tagsBe the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption