Tradememory Protocol vs Gl Importer Plugin | AllMCPs
Side-by-Side Model Context Protocol Comparison
Tradememory Protocol vs Gl Importer Plugin
In-depth architectural comparison of the Tradememory Protocol and Gl Importer Plugin MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Tradememory Protocol
Finance & Fintech · Local stdio
Quality: 68/100 (Great) | Auth: No auth required
Gl Importer Plugin
Finance & Fintech · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
Verdict Summary: Choose Tradememory Protocol if you need specialized Finance & Fintech tools running via a local process. Choose Gl Importer Plugin if your workspace requires Finance & Fintech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Tradememory Protocol when:
You need dedicated capabilities in the Finance & Fintech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Glama 🐍 🏠 - Structured 3-layer memory system (trades → patterns → strategy) for AI trading agents. Supports MT5, Binance, and Alpaca.
Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. 19 tools covering imports, field mapping rules, post-import rules, and entity discovery. Install with npx -y @cloudbusiness/gl-importer-mcp.
Category & Scope
Tools & Capabilities Breakdown
Tradememory Protocol Tools (20)
get_strategy_performance
Get aggregate performance stats per strategy.
Use this to evaluate which strategies are working and which need adjustment.
get_trade_reflection
Get the full context and reflection for a specific trade.
Use this to deep-dive into a particular trade's reasoning and lessons.
remember_trade
Store a trade into OWM multi-layer memory with automatic updates.
Writes to episodic memory and automatically updates semantic (Bayesian),
procedural (running averages + hold time + Kelly), and affective
(EWMA confidence/streaks). Also writes to trade_records for backward
compatibility.
recall_memories
Recall memories using OWM outcome-weighted scoring.
Queries episodic and semantic memories, scores them by outcome quality,
context similarity, recency, confidence, and affective modulation.
Returns ranked memories with score breakdown.
get_behavioral_analysis
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Tradememory Protocol is categorized under Finance & Fintech and uses a local stdio subprocess. In contrast, Gl Importer Plugin belongs to Finance & Fintech using local stdio subprocess. Select Tradememory Protocol when you need capabilities focused on finance & fintech and Gl Importer Plugin when you require tools for finance & fintech.
Get behavioral analysis from procedural memory.
Returns aggregate trading behavior stats: hold times, disposition ratio,
lot sizing variance, and Kelly criterion comparison.
get_agent_state
Get the current agent affective state (confidence, risk, drawdown).
Returns confidence level, risk appetite, drawdown percentage,
win/loss streaks, equity tracking, and a recommended action
based on current drawdown severity.
create_trading_plan
Create a prospective trading plan that activates when conditions are met.
Stores a rule-based plan in prospective memory. The plan stays active
until triggered, expired, or manually cancelled.
check_active_plans
Check active trading plans against current market context.
Queries all active prospective plans, expires any past their expiry date,
and matches remaining plans against the provided context.
evolution_fetch_market_data
Fetch OHLCV market data from Binance for evolution analysis.
Downloads historical price bars for backtesting and pattern discovery.
Use this before discover_patterns or run_backtest to get data.
evolution_discover_patterns
Discover trading patterns from market data using LLM analysis.
Uses Claude to analyze OHLCV data and generate candidate trading patterns
with entry/exit conditions. Each pattern can be backtested afterward.
evolution_run_backtest
Backtest a candidate pattern against historical OHLCV data.
Takes a pattern dict (from discover_patterns) and runs a vectorized
backtest. Returns fitness metrics: Sharpe ratio, win rate, trade count,
max drawdown, total PnL.
evolution_evolve_strategy
Run full evolution loop — generate, backtest, select, eliminate.
Multi-generation strategy evolution: generates candidate patterns via LLM,
backtests on in-sample data, validates survivors on out-of-sample data,
eliminates weak hypotheses. Returns graduated strategies and graveyard.
+8 more tools listed on main page
Gl Importer Plugin Tools (8)
import_csv
Happy path.** Auto-resolves company, uploads file, runs dry-run, then (on confirm) executes + waits.
wait_for_import
Polls a running import to a terminal state with exponential backoff (2s → 1.5× → 30s cap).
list_companies
Discover what you can import where.
list_mappings
Saved-mapping CRUD.
auto_import
Lower-level: create an import with auto-mapping or an explicit mapping.