Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

US Macroeconomic Data

REMOTE · ECON.MEMORYAPI.ORG · SCANNED AUG 3

US macroeconomic data: inflation, jobs, GDP, energy, and Treasury yields

+3 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 592 tokens (~84/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · econ.memoryapi.org

# add to Claude Code
claude mcp add --transport http org-memoryapi-econ https://econ.memoryapi.org/mcp
# ~/.codex/config.toml
[mcp_servers.org-memoryapi-econ]
url = "https://econ.memoryapi.org/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-memoryapi-econ": {
      "type": "remote",
      "url": "https://econ.memoryapi.org/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add org-memoryapi-econ --url https://econ.memoryapi.org/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  org-memoryapi-econ:
    url: "https://econ.memoryapi.org/mcp"
// mcp.json
{
  "mcpServers": {
    "org-memoryapi-econ": {
      "type": "http",
      "url": "https://econ.memoryapi.org/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 58

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://econ.memoryapi.org/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=memoryapi.org CN=WE1,O=Google Trust Services,C=US 25 Jun 2026 23 Sept 2026 ECDSA 256 ECDSA-SHA256 86b660fefc3281df131e8287aeba3090
SANs: memoryapi.org, *.memoryapi.org
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of econ.memoryapi.org. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
org. present 26974 8 Verified
memoryapi.org. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://econ.memoryapi.org/mcp Verified 200
http (plaintext) http://econ.memoryapi.org/mcp HTTPS enforced 301 https://econ.memoryapi.org/mcp
MCP tools — 7 exposed · ~592 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_business_patterns ~151

U.S. County Business Patterns — number of businesses (establishments), employees, and payroll by industry (NAICS code) and state. Answers: How many tech companies in California? Total healthcare employees in Texas?

NameTypeReqDescription
naicsstringNAICS industry code: 51=Tech/Info, 52=Finance, 53=Real Estate, 54=Professional Services, 62=Healthcare, 23=Construction, 44=Retail, 72=Food/Hospitality
statestring2-letter state code (CA, TX, NY). Omit for all states.
yearstringData year (default: 2021)

No output schema declared.

No examples provided.

get_demographics ~75

Get U.S. Census demographic data by state or county. Population, median income, poverty rate, unemployment, home values, and education level.

NameTypeReqDescription
levelstringstate (default) or county
statestring2-letter state code (CA, TX, NY). Omit for all states.

No output schema declared.

No examples provided.

get_energy ~62

Get energy prices from the U.S. Energy Information Administration. WTI crude, Brent crude, natural gas.

NameTypeReqDescription
limitnumberWeekly data points
seriesstringwti_crude (default), brent_crude, natural_gas

No output schema declared.

No examples provided.

get_inflation ~77

Get U.S. CPI inflation data from the Bureau of Labor Statistics. Returns latest value, YoY change, and MoM change.

NameTypeReqDescription
monthsnumberMonths of history (default 13)
seriesstringall_items (default), core (ex food/energy), food, energy, shelter, medical

No output schema declared.

No examples provided.

get_jobs ~78

Get U.S. labor market data from BLS. Unemployment rate, nonfarm payrolls, job openings, and wages.

NameTypeReqDescription
monthsnumberMonths of history
seriesstringunemployment_rate (default), nonfarm_payrolls, job_openings, avg_hourly_earnings, labor_force_participation

No output schema declared.

No examples provided.

get_macro ~85

Get macroeconomic indicators from FRED (Federal Reserve). GDP, Fed funds rate, Treasury yields, housing starts, retail sales.

NameTypeReqDescription
limitnumberData points to return
seriesstringgdp, fed_funds_rate (default), treasury_10y, treasury_2y, yield_curve, housing_starts, retail_sales, consumer_sentiment

No output schema declared.

No examples provided.

get_treasury ~64

Get U.S. national debt (daily, to the penny) and average interest rates on Treasury securities from the U.S. Treasury.

NameTypeReqDescription
limitnumberNumber of records
seriesstringdebt (national debt, default) or interest_rates

No output schema declared.

No examples provided.