mcp-byul Logo

mcp-byul

Official

The Byul Finance MCP provides real-time financial data via the Byul API, including breaking economic...

12 views
0 installs
Updated Jan 19, 2026
Not audited
The Byul Finance MCP provides real-time financial data via the Byul API, including breaking economic news, the Fear & Greed Index, and an economic calendar for global events.
  1. Create / sign in to your Byul account

  2. 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)
  3. 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)
  4. 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.
  5. 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.
  6. 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).
  7. 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)
  8. 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

View on GitHub

More for Finance

View All →

More for API Development

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.