← marketgenius.app
INDIVIDUAL MCP TOOL
mg_calculator_dividend_state
Read the current field values of the open Dividend Calculator.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.marketgenius]
url = "https://marketgenius.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketgenius": {
"type": "http",
"url": "https://marketgenius.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketgenius
Remote MCP URL: https://marketgenius.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"marketgenius": {
"url": "https://marketgenius.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketgenius": {
"type": "http",
"url": "https://marketgenius.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketgenius",
"transport": "streamable-http",
"url": "https://marketgenius.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mg_list— List all available Marketgenius tools with their names, descriptions, categories, and resource URIs.mg_calculator_cagr— Open the CAGR Calculator React MCP App UI.mg_calculator_cagr_update— Update one or more fields in the already-open CAGR Calculator.mg_calculator_cagr_sync— Sync user-entered field values of the open CAGR Calculator back to the session store so the model can read them via the state tool.mg_calculator_cagr_state— Read the current field values of the open CAGR Calculator.mg_calculator_dividend— Open the Dividend Calculator React MCP App UI.mg_calculator_dividend_update— Update one or more fields in the already-open Dividend Calculator.mg_calculator_dividend_sync— 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.