Skip to main content
Glama
toomy1992

Wealthfolio MCP Server

by toomy1992
settings.py313 B
from pydantic_settings import BaseSettings class Settings(BaseSettings): API_KEY: str = "mock_api_key" # Default for testing API_BASE_URL: str = "https://wealthfolio.labruntipi.io/api/v1" asset_filters: list[str] = ["stocks", "crypto"] model_config = {"env_file": ".env"} settings = Settings()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toomy1992/wealthfolio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server