mcpbeat Sign in

Canary MCP Server

local only

Canary MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Read-only IBKR MCP: account, positions, brief, regime, stress, reporting, Edge, and risk.

Installs / week
not published
8
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    data, err := os.ReadFile(filepath.Join(s.dir, legacyName))
Builds a database query by concatenation internal/daemon/regime.go:511
    select {
    case got := <-resCh:
        return got
    case <-time.After(budget + boundedSnapshotSlack):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Canary MCP

same job, measured the same way
Actual Budget MCP Server
by s-stefanov

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

884 installs/wk local only
Huntress
by wyre-ai

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Huntress
by wyre-technology

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Codemouse
by squidcode

Read-only access to your CodeMouse accounts, repositories, and AI pull-request reviews.

answering
GoldenAnalysis
by benseverndev-oss

Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite.

118 installs/wk local only
Shipcheck MCP
by tatelyman

Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos.

50 installs/wk local only
InfluSense AI
by case-resolve-tech

Read-only access to InfluSense influencer discovery, ratings, watchlists, and reports via MCP.

answering
AsDecided
by asdecided

Read-only access to deterministic engineering decisions stored in a local repository.

local only

Canary MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Canary MCP?
Canary MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Canary MCP open source?
Yes — it is published under the MIT licence, written in Go and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.