The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Financial Evidence listing page.
Try the underlying evidence first: Open three browser research questions for bank NPA disclosures, dollar funding and BTC exit estimates. Each example calls its named public MCP after a click and displays the returned sources, dates and limits. No key or installation is needed. The page also has setup and starter questions for Financial Evidence and eight other hosted MCPs. The browser examples call individual services; they do not verify an Evidence Carrier or evaluate a combined Financial Evidence packet.
Public documentation
includes a crawlable integration matrix plus agent-readable llms.txt, pricing,
integration metadata, and a dated
third-party marketplace ledger.
The v0.1.5 semantic contract defines transport-only
status, source-reported adapter metadata, and the explicit non-Carrier boundary.
Version 0.1.5 is a signed, independently verified release. Its versioned
Agent Skill, terminal, Codex, Gemini, editor, and bundle installs use the same
release, with published artifacts, container, Registry record, and Homebrew
formula. The Claude self-hosted marketplace command follows the repository's
mutable default branch; review the checked-out commit before enabling it.
Open, read-only Agent Skills for routing financial research to bounded public evidence. The first skill connects four complementary products without turning them into one score:
For a daily research workflow, Market Brief provides free, source-cited funding, capital-market and liquidity briefs with local change comparisons. This separately versioned browser companion and agent skill uses the existing public evidence sources.
Or copy financial-evidence/ into the Agent Skills
directory supported by your agent. The folder follows the open
Agent Skills specification.
The skill is also indexed in the public skills.sh directory.
Once installed, ask your agent to research a money-market, capital-market, bank-risk, market-liquidity or China-economy question. The skill's description lets compatible agents activate it when the work matches.
No account or API key is required. On macOS or Linux with Homebrew:
The formula installs financial-evidence, financial-evidence-mcp, and native
Bash, Zsh, and Fish completions. Alternatively, run directly from GitHub
without installing:
Or install it as a persistent command:
Exit code 0 means every requested source was retrieved, 1 means transport
was partial, and 2 means every requested source was unavailable. Legacy
packet status is preserved and equals transport_status; both mean transport
reachability only. Every packet says status_semantics: transport_only,
evidence_status: not_evaluated, and carrier_verification: not_performed.
That makes the client safe to compose in shell pipelines without mistaking an
HTTP success for validated evidence or a verified Evidence Carrier. JSON,
NDJSON, and CSV go to standard output; no result is silently replaced with a
score.
Outside Homebrew, shell completions are emitted as inert text:
The public Streamable HTTP endpoint requires no local install, account, or API key:
It exposes the same three read-only topics, route, and fetch tools for
clients that support remote MCP. The root .mcp.json is the
portable plugin configuration for that public remote:
The package also includes a dependency-free stdio server for local or
offline-compatible client setups. Its pinned configuration is in
integrations/mcp-config.json. Both transports
accept the MCP 2025-11-25 initialization flow and the stateless 2026-07-28
discovery flow. Local stdio messages use newline-delimited JSON-RPC; nothing
except protocol messages is written to standard output.
The official MCP Registry record publishes both the multi-architecture OCI
package and the public Streamable HTTP endpoint. Remote clients do not need
uv, Docker, a credential, or a local subprocess.
Gemini CLI can install this repository as an extension. Its root
gemini-extension.json connects only to the fixed
public remote MCP endpoint and allowlists the three read-only tools; the
mirrored skills/financial-evidence folder gives Gemini the domain routing
instructions as well:
Claude Code can add this repository as a self-hosted marketplace and install the bundled plugin:
This Claude command follows the mutable default branch. Review the checked-out commit before enabling the plugin; the versioned install routes above remain pinned to the verified release.
The Claude plugin loads the same byte-identical Agent Skill plus the root
.mcp.json public remote server. These are direct, self-hosted install routes;
they do not imply inclusion in a vendor-operated marketplace or endorsement.
Codex can add the repository's plugin marketplace and then install the plugin:
The OpenAI plugin package combines the byte-identical Agent Skill with the
public remote MCP endpoint. The Codex repository install route is public. A
ChatGPT and Codex universal-directory submission is also prepared, but has not
been submitted, approved, or published by OpenAI. The remaining review,
publisher-identity, and domain-challenge steps belong to the OpenAI account
owner. See OPENAI_PLUGIN_SUBMISSION.md for the
listing copy and required positive and negative tests.
The root .mcp.json is the portable plugin form for the public remote MCP
server. VS Code and Cursor retain separate workspace files for the pinned local
stdio server, so plugin installs do not depend on a local Python process while
editor workspaces can still use one.
The repository also includes editor-specific workspace configuration:
.vscode/mcp.json uses VS Code's top-level servers
object, while .cursor/mcp.json uses Cursor's top-level
mcpServers object. Public install links currently launch the verified v0.1.5
stdio server through uvx, matching the repository manifests.
VS Code can install the server through its protocol handler:
Or add it to your VS Code user profile from a terminal:
Cursor can install the same configuration through its base64-encoded deeplink:
Install uv first so uvx is on your path. Review the source and exact
configuration before accepting an editor's install or trust prompt: uvx
executes the pinned package locally, and the fetch tool can contact the fixed
public HTTPS sources documented by this project. Cursor asks for tool approval
by default. VS Code normally asks you to trust a server when it first starts,
but starting directly from mcp.json can skip that prompt, so inspect the file
before using its inline start action. These are self-installable compatibility
artifacts, not claims of a VS Code or Cursor marketplace listing or endorsement.
For desktop clients that support one-click MCP Bundles, download
financial-evidence-0.1.5.mcpb from the last verified GitHub release. The bundle uses the
cross-platform uv runtime and requires no API key or configuration.
https://liquilens.in/mcp/financial-evidence; no local runtime, account, or
API key is required.liquidity-lab marketplace installs the
versioned plugin, Agent Skill, and MCP configuration from this repository.financial-evidence[openbb] from this repository inside
an OpenBB environment and run openbb-build. The registered router exposes
obb.financial_evidence.routes() and obb.financial_evidence.fetch(), which
also become available to OpenBB's REST, notebook and MCP surfaces.integrations/duckdb/financial_evidence.sql
to create separate HTTP-backed views for all four products.integrations/excel/FinancialEvidence.pq
into Advanced Editor and invoke, for example,
FinancialEvidence("money-market").window.fdc3.
integrations/fdc3/appd-record.json
is its FDC3 2.0 web-app record for self-hosted or enterprise directories. The
same record is served as raw JSON
for direct directory ingestion. The record and runtime do not imply FINOS
review, directory acceptance, or vendor endorsement.ghcr.io/beepboop2025/financial-evidence-skills. The image runs stdio MCP by
default; use --entrypoint financial-evidence for terminal commands.io.github.beepboop2025/financial-evidence using GitHub OIDC and the image's
ownership annotation. No long-lived registry credential is stored.Each tagged release rebuilds and retests the Python and JavaScript contracts
from the exact signed main commit before publication. The release attaches a
wheel, source archive, MCP bundle, CycloneDX SBOM, and SHA256SUMS; GitHub
Sigstore build-provenance attestations bind every downloadable artifact to the
release workflow. Consumers can verify an artifact with gh attestation verify
against beepboop2025/financial-evidence-skills.
The bundled helper uses only Python's standard library, accepts a fixed topic allowlist and fetches only fixed public HTTPS endpoints:
It returns one JSON packet with exact and resolved source URLs, canonical human
scope URLs, retrieval clocks, byte counts, content SHA-256 values, separate
product documents, and explicit errors. Successful responses also include only
the endpoint-specific source state and clocks named by explicit adapters, with
RFC 6901 paths and fetched-byte provenance; missing configured fields are
not_reported. The router does not infer freshness, eligibility, or rights.
Routes declare financial_authority: none and carrier_state: not_published,
and therefore expose no carrier_url. Redirects are rejected before following.
Returned JSON is untrusted evidence data, not executable instructions. Missing,
restricted, or unavailable evidence is never converted to zero or “calm.”
This repository provides public research routing, not investment advice, security recommendations, execution quotes, credit ratings or guarantees. Source publishers retain their rights; an open-source helper does not relicense upstream data.
The code and skill instructions are MIT-licensed.