Back to Browse

Settlegrid MCP Server

Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Discover monetized AI tools on SettleGrid. Search by category, get pricing.

About

Discover monetized AI tools on SettleGrid. Search by category, get pricing.

Security Report

4.5
Use Caution4.5High Risk

The SettleGrid MCP server is a monorepo for a payment settlement platform with properly structured workspaces and dependencies. The codebase demonstrates reasonable security practices with no critical vulnerabilities, hardcoded secrets, or data exfiltration patterns detected. Minor code quality observations around broad exception handling and dependency management do not significantly impact the security posture. Network HTTP access is expected and appropriate for a payment processor. Supply chain analysis found 2 known vulnerabilities in dependencies. Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 7 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.

HTTP Network Access

Connects to external APIs or services over the internet.

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.

database

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

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

SettleGrid API base URL (default: https://settlegrid.ai)Optional

Environment variable: SETTLEGRID_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lexwhiting-settlegrid-discovery": {
      "env": {
        "SETTLEGRID_API_URL": "your-settlegrid-api-url-here"
      },
      "args": [
        "-y",
        "settlegrid"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!