Analytics
formulasignal.com
Retrieves and explains controlled product records, historical timelines, and confirmed change signals for pre-workout supplements, enabling analysis of formula changes.
ENDPOINT 1
https://formulasignal.com/mcp
MCP server metadata
- Name
- formulasignal
- Version
- 1.0.0
FormulaSignal keeps a permanent, dated, evidence-backed Record of U.S. pre-workout products: what each one declares, what it costs per serving, how that has changed, and what published research and regulatory filings say about the ingredients. Start with formulasignal_resolve_product to turn a name into a canonical product_id, then call the capability that answers the actual question. Do not call formulasignal_search_record repeatedly with reworded questions; it costs the user quota and produces the same answer. Report status and limitations as facts about the Record rather than as facts about the product. FormulaSignal performs no laboratory testing, gives no medical or suitability advice, and does not publish an unreviewed change as a confirmed one. An observation window is not an exact change date. When asked exactly when a product changed, give the window and say the exact date is not established.
Known tools 18
formulasignal_search_recordAnswer one specific, bounded question from FormulaSignal's covered pre-workout Record.
Inferred read-onlyformulasignal_resolve_productResolve a brand, product name, or alias to one canonical covered product.
Inferred read-onlyformulasignal_get_product_recordReturn the controlled current Record for one covered product: identity, serving configuration, declared ingredients, captured price context, and freshness.
Inferred read-onlyformulasignal_get_formula_historyReturn the controlled historical timeline for one covered product, with each state classified by what it can actually support.
Inferred read-onlyformulasignal_explain_signalExplain one approved FormulaSignal Signal: a confirmed, reviewed change between two comparable product states.
Inferred read-onlyformulasignal_list_signal_changesReturn approved FormulaSignal Signals in release order, newest first, for incremental polling.
Inferred read-onlyformulasignal_compare_productsCompare two or three covered products on consistent FormulaSignal criteria.
Inferred read-onlyformulasignal_get_serving_economicsReturn the captured commercial facts and the deterministic price arithmetic for one covered product.
Inferred read-onlyformulasignal_get_research_contextReturn the dose range used in the selected evidence set for named ingredients, with the citation and its limitations.
Inferred read-onlyformulasignal_get_regulatory_contextReturn regulatory records and documented cautions for named ingredients, each carrying the class of record it actually is.
Inferred read-onlyformulasignal_get_category_snapshotReturn a bounded summary of approved Signals and coverage state across the covered pre-workout set for a date window.
Inferred read-onlyformulasignal_list_ledger_editionsList the published Category Ledger editions: period, status, data-as-of date and the count released in each.
Inferred read-onlyformulasignal_get_ledger_editionReturn one Category Ledger edition: the executive summary, confirmed changes released in the period, category benchmarks with their cohorts, serving economics, the product comparison, and the limitations.
Inferred read-onlyformulasignal_list_watched_productsReturn the watchlist of the one Founding Pro account this key is bound to, with each product's monitoring state.
Inferred read-onlyformulasignal_watch_productAdd one covered product to the bound account's watchlist.
Inferred read-onlyformulasignal_unwatch_productRemove one product from the bound account's watchlist.
Potential side effectsformulasignal_get_watch_receiptReturn the monitoring receipt for one period: valid checks, attempts that returned nothing, recoveries, and confirmed Signals.
Inferred read-onlyformulasignal_get_record_versionReturn the public Record version, the methodology version, the supported category, coverage counts, and source freshness.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.