mcp-byul
OfficialThe Byul Finance MCP provides real-time financial data via the Byul API, including breaking economic...
Create / sign in to your Byul account
- Go to https://byul.ai and sign up or log in. (docs.byul.ai)
Open the Byul API Dashboard and locate your API key
- In the dashboard (Account / API Dashboard), your API key is generated and displayed. Copy it to your clipboard. (docs.byul.ai)
Confirm the API key format
- The key begins with the byul_ / byul_v2 prefix (for example: byul_xxxxxxxxx or byul_v2_xxxxx). Keep this exact string. (docs.byul.ai)
Open the FastMCP connection interface in your client
- Click the "Install Now" button you already have to add environment variables via the FastMCP connection UI.
Add the environment variable
- In the FastMCP env entry form:
- Key / Name: BYUL_API_KEY
- Value: paste the API key you copied from the Byul dashboard
- Save the entry in the FastMCP connection interface.
- In the FastMCP env entry form:
Restart / (re)launch the MCP provider if required
- Restart the MCP server or your LLM client so the new environment variable is picked up (the MCP server reads env vars at launch).
Verify the server starts and the key works
- Launch the MCP (or run a quick tool call). If the key is missing you would see an error like "Missing BYUL_API_KEY environment variable" — if no error appears, try a simple news_fetch to confirm responses. (docs.byul.ai)
Follow security best practices
- Do not hardcode the key in source code or client-side code; store it as BYUL_API_KEY in the FastMCP env settings. Rotate keys periodically and restrict access as needed. (docs.byul.ai)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.