← Registry

Analytics

formulasignal.com

Retrieves and explains controlled product records, historical timelines, and confirmed change signals for pre-workout supplements, enabling analysis of formula changes.

1 endpoint18 known toolsFirst detected August 28, 2026Last detected September 6, 2026

ENDPOINT 1

https://formulasignal.com/mcp

No auth detected

MCP server metadata

Name
formulasignal
Version
1.0.0
Capabilities
tools
Server instructions

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_record

Answer one specific, bounded question from FormulaSignal's covered pre-workout Record.

Inferred read-only
formulasignal_resolve_product

Resolve a brand, product name, or alias to one canonical covered product.

Inferred read-only
formulasignal_get_product_record

Return the controlled current Record for one covered product: identity, serving configuration, declared ingredients, captured price context, and freshness.

Inferred read-only
formulasignal_get_formula_history

Return the controlled historical timeline for one covered product, with each state classified by what it can actually support.

Inferred read-only
formulasignal_explain_signal

Explain one approved FormulaSignal Signal: a confirmed, reviewed change between two comparable product states.

Inferred read-only
formulasignal_list_signal_changes

Return approved FormulaSignal Signals in release order, newest first, for incremental polling.

Inferred read-only
formulasignal_compare_products

Compare two or three covered products on consistent FormulaSignal criteria.

Inferred read-only
formulasignal_get_serving_economics

Return the captured commercial facts and the deterministic price arithmetic for one covered product.

Inferred read-only
formulasignal_get_research_context

Return the dose range used in the selected evidence set for named ingredients, with the citation and its limitations.

Inferred read-only
formulasignal_get_regulatory_context

Return regulatory records and documented cautions for named ingredients, each carrying the class of record it actually is.

Inferred read-only
formulasignal_get_category_snapshot

Return a bounded summary of approved Signals and coverage state across the covered pre-workout set for a date window.

Inferred read-only
formulasignal_list_ledger_editions

List the published Category Ledger editions: period, status, data-as-of date and the count released in each.

Inferred read-only
formulasignal_get_ledger_edition

Return 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-only
formulasignal_list_watched_products

Return the watchlist of the one Founding Pro account this key is bound to, with each product's monitoring state.

Inferred read-only
formulasignal_watch_product

Add one covered product to the bound account's watchlist.

Inferred read-only
formulasignal_unwatch_product

Remove one product from the bound account's watchlist.

Potential side effects
formulasignal_get_watch_receipt

Return the monitoring receipt for one period: valid checks, attempts that returned nothing, recoveries, and confirmed Signals.

Inferred read-only
formulasignal_get_record_version

Return the public Record version, the methodology version, the supported category, coverage counts, and source freshness.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.