Back to Browse

Warm MCP Server

Developer ToolsModerate7.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

Context and automation MCP server for Warm financial data and approved write operations.

About

Context and automation MCP server for Warm financial data and approved write operations.

Security Report

7.3
Moderate7.3Low Risk

Warmio is a well-designed MCP server for financial data access with strong separation of concerns between context (read-only) and automation (write) modes. Authentication is properly scoped with mode-specific API keys, credentials are securely stored in files with 0600 permissions, and write operations require approval workflows. Minor code quality observations exist around broad exception handling and logging practices, but these do not materially impact security. The implementation demonstrates careful attention to credential management, transport security, and principle of least privilege. Package verification found 1 issue.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

clipboard

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional context API key. The local context key file is used when omitted.Required

Environment variable: WARM_CONTEXT_API_KEY

Optional path to the context API key file.Optional

Environment variable: WARM_CONTEXT_API_KEY_FILE

Optional automation API key. The local automation key file is used when omitted.Required

Environment variable: WARM_AUTOMATION_API_KEY

Optional path to the automation API key file.Optional

Environment variable: WARM_AUTOMATION_API_KEY_FILE

Optional path to the Warm configuration directory.Optional

Environment variable: WARM_CONFIG_DIR

Optional Warm API base URL override. Defaults to https://app.warm.io.Optional

Environment variable: WARM_API_URL

Optional request timeout override in milliseconds.Optional

Environment variable: WARM_API_TIMEOUT_MS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jasonstockman-warmio": {
      "env": {
        "WARM_API_URL": "your-warm-api-url-here",
        "WARM_CONFIG_DIR": "your-warm-config-dir-here",
        "WARM_API_TIMEOUT_MS": "your-warm-api-timeout-ms-here",
        "WARM_CONTEXT_API_KEY": "your-warm-context-api-key-here",
        "WARM_AUTOMATION_API_KEY": "your-warm-automation-api-key-here",
        "WARM_CONTEXT_API_KEY_FILE": "your-warm-context-api-key-file-here",
        "WARM_AUTOMATION_API_KEY_FILE": "your-warm-automation-api-key-file-here"
      },
      "args": [
        "-y",
        "@warmio/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Deprecated: @warmio/mcp

This repository is deprecated and read-only.

The current source for @warmio/mcp is warm-app/libraries/mcp. Use the warm-app repository for changes and reports.

The published package name remains @warmio/mcp.

Reviews

No reviews yet

Be the first to review this server!