Mexican instant bank transfers via SPEI. Your agent sends and receives MXN in real time through the national payment system.
$ npm install @codespar/mcp-stp-spei@alphaAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"stp-spei": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stp-spei@alpha"
],
"env": {
"STP_API_KEY": "<your_stp_api_key>",
"STP_COMPANY": "<your_stp_company>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try create_transfer first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
STP_API_KEYAPI key for STP
STP_COMPANYCompany identifier for STP
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_transferget_transferlist_transferscancel_transferget_balancelist_account_balancesvalidate_accountvalidate_clabeMCP is a protocol โ any framework that speaks it can mount this server.