Install
$ agentstack add mcp-changhochien-financial-services-hermes ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Hermes Financial Services Profile
Installable Hermes Agent profile distribution for financial-services workflows: investment banking, equity research, private equity, wealth management, fund administration, accounting operations, KYC, GL reconciliation, institutional modeling, and partner-data workflows.
One-command install
hermes profile install https://github.com/Changhochien/financial-services-hermes --name financial-services --yes
Start Hermes with the profile:
hermes -p financial-services
Or make it your default profile:
hermes profile use financial-services
What is included
- 66 domain and partner skills converted from
pi-financial-services - 47 command-style Hermes skills converted from Cowork slash commands (
/skill fsi-command-dcf,/skill fsi-command-comps, etc.) - 10 named-agent workflow skills (
pitch-agent,market-researcher,earnings-reviewer, etc.) - Financial-services
SOUL.mdwith data-source priority, compliance guardrails, and output quality standards mcp.jsonplusconfig.yamlentries for institutional data MCP servers- Validation scripts and reference docs
Common invocations
/skill pitch-agent
/skill market-researcher
/skill earnings-reviewer
/skill model-builder
/skill gl-reconciler
/skill fsi-command-dcf
/skill fsi-command-comps
/skill fsi-command-earnings
/skill fsi-command-ic-memo
Natural language works too:
Build a DCF for AAPL using the financial-services profile.
Prepare a market-research briefing for GLP-1 supply chain beneficiaries.
Use the pitch-agent workflow to draft a sponsor sell-side pitch outline.
Run a GL reconciliation workflow on this workbook and stage breaks for review.
MCP / institutional data setup
The profile installs with MCP servers listed but disabled by default so it works on machines without paid data subscriptions. To enable data connectors:
- Copy the generated profile env example:
``bash cp ~/.hermes/profiles/financial-services/.env.EXAMPLE ~/.hermes/profiles/financial-services/.env ``
- Fill in the API keys you have.
- Edit
~/.hermes/profiles/financial-services/config.yamland setenabled: truefor the MCP servers you want. - Restart Hermes or run
/reload-mcpin a fresh session.
Update
hermes profile update financial-services --yes
Hermes preserves user-owned profile data on update: .env, memories, sessions, logs, plans, workspace, auth, and local customizations.
Validate this repo
python3 scripts/check.py
Safety note
This profile drafts financial-services work product for human review. It does not provide investment, legal, tax, accounting, fiduciary, or compliance advice and must not be used to execute trades, move money, post ledgers, approve onboarding, or contact clients without qualified human authorization.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Changhochien
- Source: Changhochien/financial-services-hermes
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.