MCP Server
MCP
io.github.partymola/monzo-mcp
Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.
Install
oci:ghcr.io/partymola/monzo-mcp:v0.7.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/partymola/monzo-mcp:v0.7.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "{data_volume}:/data",
"variables": {
"data_volume": {
"description": "Docker volume or host directory holding the OAuth credentials and the transaction cache. Without it the container starts but every tool reports that it is not configured, and anything authorised is lost when the container is replaced.",
"isRequired": true,
"default": "monzo-mcp-data"
}
},
"type": "named",
"name": "-v"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment