INDIVIDUAL MCP TOOL
formulasignal_get_product_record
Return the controlled current Record for one covered product: identity, serving configuration, declared ingredients, captured price context, and freshness.
LIVE ENDPOINT
https://formulasignal.com/mcp
Connect to this endpoint to inspect the live schema for formulasignal_get_product_record and invoke it with your own arguments.
Indexed 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 server
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.formulasignal]
url = "https://formulasignal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"formulasignal": {
"type": "http",
"url": "https://formulasignal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: formulasignal
Remote MCP URL: https://formulasignal.com/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": {
"formulasignal": {
"url": "https://formulasignal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"formulasignal": {
"type": "http",
"url": "https://formulasignal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "formulasignal",
"transport": "streamable-http",
"url": "https://formulasignal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
formulasignal_search_record— Answer one specific, bounded question from FormulaSignal's covered pre-workout Record.formulasignal_resolve_product— Resolve a brand, product name, or alias to one canonical covered product.formulasignal_get_formula_history— Return the controlled historical timeline for one covered product, with each state classified by what it can actually support.formulasignal_explain_signal— Explain one approved FormulaSignal Signal: a confirmed, reviewed change between two comparable product states.formulasignal_list_signal_changes— Return approved FormulaSignal Signals in release order, newest first, for incremental polling.formulasignal_compare_products— Compare two or three covered products on consistent FormulaSignal criteria.formulasignal_get_serving_economics— Return the captured commercial facts and the deterministic price arithmetic for one covered product.formulasignal_get_research_context— Return the dose range used in the selected evidence set for named ingredients, with the citation and its limitations.