MCPFinance & Crypto / Testing / Workflow automation
Expose Alpaca market-data, private-account and order-management operations to an MCP client; includes paper and live trading configurations.
- How to use it
- Alpaca account/API keys. Source defaults ALPACA_PAPER_TRADE to true and enables all toolsets unless restricted; live mode uses different configuration and credentials.
- Pricing
- README describes a free paper account, but data entitlements and total usage/live trading costs are not established.
- Permissions
- Default toolsets include private-account reads, account configuration changes, watchlist writes and order placement/cancel/position operations. Paper is default; live credentials and configuration can enable real trades. Not a read-only server.
SDKFinance & Crypto / Testing / Workflow automation
Integrate wallet providers and on-chain action providers into a developer-built agent; supports operations that can transfer assets.
- How to use it
- Configure wallet/action providers and any required CDP/provider credentials separately. Network, signing authority and funding are application choices.
- Pricing
- Network transaction fees, provider infrastructure and model charges may apply; total cost is unknown.
- Permissions
- The README states the default wallet action provider can move funds. AgentKit does not itself require human transfer approval, enforce spend caps or allowlist destinations; prompt injection can influence actions.
MCPFinance & Crypto / Research / Data & APIs
Retrieve crypto market prices, historical series and supported on-chain token/pool data from CoinGecko; this MCP is a data interface, not a research report agent.
- How to use it
- Keyless shared endpoint: https://mcp.api.coingecko.com/mcp . Own-key endpoint: https://mcp.pro-api.coingecko.com/mcp . A compatible MCP client is required.
- Pricing
- Keyless access has shared rate limits. Own-key quotas, premium endpoint access and API credits depend on the plan; total model/data cost is unknown.
- Permissions
- search_docs reads SDK documentation; execute runs TypeScript against the SDK in a sandbox. Data lookup can execute code and consume API credits; this is not a code-free connector.
MCPFinance & Crypto / Research / Data & APIs
Discover blockchain datasets, create and execute SQL queries, inspect results and manage visualizations or dashboards on Dune.
- How to use it
- Dune account with OAuth (mcp:dune:full) or Dune API key. These credentials are for Dune, not the AuraMatrix account.
- Pricing
- Queries and related service operations use account resources/credits. Included allowance, overage and total usage cost are unknown.
- Permissions
- Includes private-account usage reads plus creation, modification and deletion of queries, materialized views, visualizations and dashboards. The service as a whole is not read-only.
SkillFinance & Crypto / Research / Data & APIs
Guide a skills-capable agent through Dune dataset discovery, DuneSQL, query results, saved queries, charts and dashboards using the Dune CLI.
- How to use it
- Dune API key for all documented CLI commands except docs search; key may be stored in local CLI configuration. No third-party setup performed by AuraMatrix.
- Pricing
- Dune account credits and the caller agent/model may incur charges. Exact allowance and total usage cost are unknown.
- Permissions
- The Skill declares Bash(dune:*), Bash(curl:*) and Read; actual client grants are separate. Recovery can download binaries, modify shell startup/PATH and local config, and use sudo for the install directory. If optional post-install Skill setup is accepted, the installer runs npx skills to add all Skills in the Dune repo, fetching an npm package. CLI operations include account reads, SQL and create/update/archive/delete writes. Prose confirmation is not a server ACL.
MCPFinance & Crypto / Research / Data & APIs
Retrieve company financial statements, stock prices, news, SEC filing metadata and available crypto prices from Financial Datasets.
- How to use it
- Provide a Financial Datasets API key and run the local MCP in a compatible client; data-provider entitlement is separate.
- Pricing
- Total usage cost is unknown; model, data-provider and compute charges can apply. Open-source licensing does not mean free operation.
- Permissions
- The inspected server loads local environment credentials and sends HTTP GET requests to api.financialdatasets.ai; no order/transfer tools appear in this server file. This source inspection is not a runtime security test.
AgentFinance & Crypto / Research / Data & APIs
Run the finrobot_equity workflow to fetch company financial data, generate model-written analysis and produce HTML/PDF equity research reports.
- How to use it
- Specific finrobot_equity command-line report pipeline; FMP and OpenAI API keys are documented requirements. This entry is not the entire FinRobot framework or a hosted account.
- Pricing
- Total usage cost is unknown; model, data-provider and compute charges can apply. Open-source licensing does not mean free operation.
- Permissions
- The CLI report workflow calls financial/model services and writes local reports; optional sentiment requests are external. If the documented web/deploy.sh path is chosen, it additionally installs dependencies, opens a web listener, creates a user database (documented password hashes/GitHub OAuth) and writes request logs. These web effects are conditional, not required for every CLI report. No brokerage execution is established.
ToolFinance & Crypto / Testing / Workflow automation
Evaluate configured crypto strategies on historical exchange data, simulate trading in dry-run mode, or operate a live trading bot when separately configured.
- How to use it
- CLI/UI with local configuration and market data. Dry-run can omit exchange trading keys; live operation requires appropriate exchange keys and explicit configuration.
- Pricing
- Software is open source; data access, compute and live exchange fees may apply. Total operating cost is unknown.
- Permissions
- Writes data, logs, results and a local trade database and executes strategy code. Dry-run reads exchange data and simulates orders; live mode can submit/cancel real exchange orders using keys. These are distinct modes.
SDKFinance & Crypto / Research / Data & APIs
Use the OpenBB Python data platform to retrieve and organize financial data through configured providers, for downstream research applications.
- How to use it
- Import the OpenBB Python package and configure provider access. The separately hosted OpenBB Workspace UI is not this SDK and has its own login/terms.
- Pricing
- Provider keys, coverage and charges differ; total data/compute cost is unknown. Open-source platform code does not make all connected data free.
- Permissions
- Makes requests to configured data providers using their credentials. Local settings/cache and a separately enabled API/backend depend on the chosen deployment; this is not an autonomous investing agent.
AgentFinance & Crypto / Research / Data & APIs
Run the TradingAgents CLI research workflow to combine market, fundamental and news analysis into a model-generated research/decision output for a ticker and date.
- How to use it
- Local CLI plus model-provider access. Default stock/fundamental/news vendor is yfinance; optional Alpha Vantage and configured macro/prediction-market sources have separate requirements.
- Pricing
- Total usage cost is unknown; model, data-provider and compute charges can apply. Open-source licensing does not mean free operation.
- Permissions
- Calls configured data/model services and persists local decision logs/cache; optional checkpoints write SQLite. A live broker/account connection is not established by this listing.