go-mcp-server-financeiro

Provides a simple Model Context Protocol (MCP)-oriented server (implemented in Go) that lets clients register and list “financial tools”, query stock prices via the Alpha Vantage public API, and fetch server metadata via a /metadata endpoint.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp go finance alpha-vantage agent-tools http-api prototype
⚙ Agent Friendliness
36
/ 100
Can an agent use this?
🔒 Security
33
/ 100
Is it safe for agents?
⚡ Reliability
21
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
55
Documentation
60
Error Messages
0
Auth Simplicity
20
Rate Limits
10

🔒 Security

TLS Enforcement
50
Auth Strength
20
Scope Granularity
0
Dep. Hygiene
40
Secret Handling
60

No client auth is described for the server endpoints; secrets for Alpha Vantage are expected via .env, which is a reasonable pattern, but transport/security requirements (TLS, CORS, headers), input validation, and logging redaction are not documented.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
20
AF Security Reliability

Best When

You need a lightweight example/demo for MCP server structure and agent tool invocation backed by a public market data API.

Avoid When

You require fine-grained authorization, documented rate-limit/error semantics, idempotent write guarantees, or a production-grade reliability profile.

Use Cases

  • Prototype an MCP-style tool registry for financial data actions
  • Have an agent dynamically discover and invoke a stock price lookup tool
  • Quick demo of integrating an agent-facing server with Alpha Vantage

Not For

  • Production deployment requiring strong security controls and formal contracts
  • Use cases that need strict compliance, audit logging, or robust operational guarantees
  • High-scale trading/market data workloads beyond free-tier/public API limits

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

The README shows API key usage only for Alpha Vantage via an .env file for the server itself. No client authentication/authorization mechanism is described for the server endpoints.

Pricing

Free tier: No
Requires CC: No

Alpha Vantage requires an API key and has its own pricing/free-tier model; the package itself does not describe pricing.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server rate limits and error responses are not documented; agents may need to implement conservative retries/backoff.
  • Tool registration appears dynamic, but behavior/constraints (duplicates, validation) are not described.
  • Alpha Vantage free-tier and API limits may affect availability/latency; the wrapper does not document how it handles throttling.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for go-mcp-server-financeiro.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered