RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
com.pulsemcp/monarch-money · v0.0.7
MCP server for Monarch Money — account, transaction, and budget management.
monarch-money 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"monarch-money": {
"command": "npx",
"args": [
"-y",
"monarch-money-mcp-server"
]
}
}
}MONARCH_SESSION_TOKEN可选secretPre-obtained session token for authentication (recommended over email/password).
MONARCH_EMAIL可选Email address for email/password authentication.
MONARCH_PASSWORD可选secretPassword for email/password authentication.
MONARCH_TOTP可选secretTOTP code if 2FA is enabled on the account.
MONARCH_EMAIL_OTP可选secretEmail OTP code required only on first login from a new install.
MONARCH_SESSION_PASSPHRASE可选secretOverride passphrase for encrypting the on-disk session file.
MONARCH_STATE_DIR可选Directory where session.enc file is stored.
MONARCH_ENABLED_TOOL_GROUPS可选Comma-separated list of tool groups to enable (readonly, manage).
MONARCH_ENABLED_TOOLS可选Comma-separated whitelist of specific tool names to enable.
MONARCH_DISABLED_TOOLS可选Comma-separated blacklist of specific tool names to disable.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "com.pulsemcp/monarch-money",
"type": "mcp-server",
"version": "0.0.7",
"displayName": "monarch-money",
"description": "MCP server for Monarch Money — account, transaction, and budget management.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/monarch-money"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "monarch-money-mcp-server",
"version": "0.0.7",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "MONARCH_SESSION_TOKEN",
"description": "Pre-obtained session token for authentication (recommended over email/password).",
"isSecret": true
},
{
"name": "MONARCH_EMAIL",
"description": "Email address for email/password authentication."
},
{
"name": "MONARCH_PASSWORD",
"description": "Password for email/password authentication.",
"isSecret": true
},
{
"name": "MONARCH_TOTP",
"description": "TOTP code if 2FA is enabled on the account.",
"isSecret": true
},
{
"name": "MONARCH_EMAIL_OTP",
"description": "Email OTP code required only on first login from a new install.",
"isSecret": true
},
{
"name": "MONARCH_SESSION_PASSPHRASE",
"description": "Override passphrase for encrypting the on-disk session file.",
"isSecret": true
},
{
"name": "MONARCH_STATE_DIR",
"description": "Directory where session.enc file is stored."
},
{
"name": "MONARCH_ENABLED_TOOL_GROUPS",
"description": "Comma-separated list of tool groups to enable (readonly, manage)."
},
{
"name": "MONARCH_ENABLED_TOOLS",
"description": "Comma-separated whitelist of specific tool names to enable."
},
{
"name": "MONARCH_DISABLED_TOOLS",
"description": "Comma-separated blacklist of specific tool names to disable."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/monarch-money",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fmonarch-money/versions/latest",
"isOfficial": true,
"status": "active"
}
}