← Index

io.github.codespar/mcp-stp-spei

io.github.codespar/mcp-stp-spei·v0.1.0·Other
Quality Score
75
/100

STP/SPEI — Mexican instant bank transfers

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-stp-spei": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stp-spei"
      ],
      "env": {
        "STP_API_KEY": "<your-stp_api_key>",
        "STP_COMPANY": "<stp_company>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-stp-spei": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-stp-spei"
      ],
      "env": {
        "STP_API_KEY": "<your-stp_api_key>",
        "STP_COMPANY": "<stp_company>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-stp-spei
§02  Environment variables
STP_API_KEY
requiredsecret

API key for STP

STP_COMPANY
required

Company identifier for STP

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other