Back to Browse

Ingestion MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-only MCP server for querying Kenda token spend and waste

About

Read-only MCP server for querying Kenda token spend and waste

Security Report

5.2
Moderate5.2Moderate Risk

A well-engineered read-only MCP server with clean authentication and authorization practices. The server uses token-based auth via environment variables and config files, proper input validation, and correct error handling. Minor code quality observations around broad exception handling do not materially impact security posture. Permissions are appropriate for the server's stated purpose of querying a remote Kenda API. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

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

What You'll Need

Set these up before or after installing:

Kenda API base URL, e.g. https://api.kenda.app. Optional: normally read from ~/.kenda/config.json, which `kenda-collect init` writes. Set this to override the file.Optional

Environment variable: KENDA_ENDPOINT

Per-customer Kenda ingest token (kenda_...). Optional: normally read from ~/.kenda/config.json. Set this to override the file.Required

Environment variable: KENDA_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kenda-co-ingestion-mcp": {
      "env": {
        "KENDA_TOKEN": "your-kenda-token-here",
        "KENDA_ENDPOINT": "your-kenda-endpoint-here"
      },
      "args": [
        "ingestion-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!