Server Details
Marketgenius MCP Server offering our free investment tools as live, interactive React apps. Directly inside your AI client.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
5 toolsmg_calculator_dividendInspect
Open the Dividend Calculator. ALWAYS ask first — never call this tool silently: "Open the calculator directly, or pre-fill it with your inputs?"
IF directly → call this tool now with no params. STOP. Do not ask anything else. IF pre-fill → ask "By amount invested or by number of shares?", then collect only the input schema fields matching that mode — do not guess or invent field names.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Entry mode. Default: "amount" | amount |
| bsShares | No | By shares: Number of shares. | |
| baDivYield | No | By amount: Dividend yield percentage. | |
| baReinvest | No | By amount: Reinvest dividends. Default: true | |
| bsDivYield | No | By shares: Dividend yield percentage. | |
| bsReinvest | No | By shares: Reinvest dividends. Default: true | |
| bsSharePrice | No | By shares: Share price. | |
| currencySymbol | No | Currency symbol, e.g. "$" or "€". Default: "$" | |
| baDepositAmount | No | By amount: Monthly deposit amount. | |
| baDepositMonths | No | By amount: Deposit months per year (1-12). Default: 0 | |
| baDivGrowthRate | No | By amount: Annual dividend growth rate %. Default: 0 | |
| baInflationRate | No | By amount: Inflation rate %. Default: 0 | |
| bsDivGrowthRate | No | By shares: Annual dividend growth rate %. Default: 0 | |
| bsInflationRate | No | By shares: Inflation rate %. Default: 0 | |
| baProjectionPeriod | No | By amount: Projection period in years. Default: 0 | |
| bsProjectionPeriod | No | By shares: Projection period in years. Default: 0 | |
| baInitialInvestment | No | By amount: Initial investment amount. | |
| baSharePriceGrowthRate | No | By amount: Annual price growth rate %. Default: 0 | |
| bsSharePriceGrowthRate | No | By shares: Annual price growth rate %. Default: 0 |
mg_calculator_dividend_stateInspect
Read the current field values of the open Dividend Calculator. Call this before answering any question about the current values — the user may have changed fields manually in the GUI. Do not call this on a loop; call it once on demand.
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |
mg_calculator_dividend_syncInspect
Sync user-entered field values of the open Dividend Calculator back to the session store so the model can read them via the state tool. Called by the View after any field change; hidden from the model.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Entry mode. Default: "amount" | amount |
| bsShares | No | By shares: Number of shares. | |
| sessionId | Yes | Session ID returned by the open tool. | |
| baDivYield | No | By amount: Dividend yield percentage. | |
| baReinvest | No | By amount: Reinvest dividends. Default: true | |
| bsDivYield | No | By shares: Dividend yield percentage. | |
| bsReinvest | No | By shares: Reinvest dividends. Default: true | |
| bsSharePrice | No | By shares: Share price. | |
| currencySymbol | No | Currency symbol, e.g. "$" or "€". Default: "$" | |
| baDepositAmount | No | By amount: Monthly deposit amount. | |
| baDepositMonths | No | By amount: Deposit months per year (1-12). Default: 0 | |
| baDivGrowthRate | No | By amount: Annual dividend growth rate %. Default: 0 | |
| baInflationRate | No | By amount: Inflation rate %. Default: 0 | |
| bsDivGrowthRate | No | By shares: Annual dividend growth rate %. Default: 0 | |
| bsInflationRate | No | By shares: Inflation rate %. Default: 0 | |
| baProjectionPeriod | No | By amount: Projection period in years. Default: 0 | |
| bsProjectionPeriod | No | By shares: Projection period in years. Default: 0 | |
| baInitialInvestment | No | By amount: Initial investment amount. | |
| baSharePriceGrowthRate | No | By amount: Annual price growth rate %. Default: 0 | |
| bsSharePriceGrowthRate | No | By shares: Annual price growth rate %. Default: 0 |
mg_calculator_dividend_updateInspect
Update one or more fields in the already-open Dividend Calculator. ALWAYS call mg_calculator_dividend_state first — the user may have changed values manually in the GUI and you must not overwrite them. Pass the version you received from that call (or from the open tool if updating immediately after opening). Only pass the fields the user explicitly asked to change; omit all others. Send all changes in a single call — multiple sequential calls lose intermediate updates (only the last one applies).
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Entry mode. Default: "amount" | amount |
| version | Yes | Current session version — call mg_calculator_dividend_state first to get this. | |
| bsShares | No | By shares: Number of shares. | |
| sessionId | Yes | Session ID returned by the open tool. | |
| baDivYield | No | By amount: Dividend yield percentage. | |
| baReinvest | No | By amount: Reinvest dividends. Default: true | |
| bsDivYield | No | By shares: Dividend yield percentage. | |
| bsReinvest | No | By shares: Reinvest dividends. Default: true | |
| bsSharePrice | No | By shares: Share price. | |
| currencySymbol | No | Currency symbol, e.g. "$" or "€". Default: "$" | |
| baDepositAmount | No | By amount: Monthly deposit amount. | |
| baDepositMonths | No | By amount: Deposit months per year (1-12). Default: 0 | |
| baDivGrowthRate | No | By amount: Annual dividend growth rate %. Default: 0 | |
| baInflationRate | No | By amount: Inflation rate %. Default: 0 | |
| bsDivGrowthRate | No | By shares: Annual dividend growth rate %. Default: 0 | |
| bsInflationRate | No | By shares: Inflation rate %. Default: 0 | |
| baProjectionPeriod | No | By amount: Projection period in years. Default: 0 | |
| bsProjectionPeriod | No | By shares: Projection period in years. Default: 0 | |
| baInitialInvestment | No | By amount: Initial investment amount. | |
| baSharePriceGrowthRate | No | By amount: Annual price growth rate %. Default: 0 | |
| bsSharePriceGrowthRate | No | By shares: Annual price growth rate %. Default: 0 |
mg_listInspect
List all available Marketgenius tools with their names, descriptions, categories, and resource URIs. Use mg_list to discover what's available, or filter by category.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category. Omit to list all tools. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!