@agentutility/mcp-edge-finance 0.18.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/tools.generated.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
50
50
|
|
|
51
51
|
| Tool | Description |
|
|
52
52
|
|---|---|
|
|
53
|
-
| `13f-deltas` | (0.05 USDC/call) 13F-HR position deltas / institutional holdings change tracker / hedge-fund quarterly trade detector / Berkshire + Bridgewater + Citadel + Renaissance position-change feed / 13F diff / SEC institutional manager portfolio change / 'what did Buffett buy this quarter' / EDGAR 13F-HR delta. Diffs the two most recent 13F-HR filings for an institutional manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data. |
|
|
53
|
+
| `13f-deltas` | (0.05 USDC/call) 13F / 13F deltas / 13F-HR position deltas / institutional holdings change tracker / hedge-fund quarterly trade detector / Berkshire + Bridgewater + Citadel + Renaissance position-change feed / 13F diff / SEC institutional manager portfolio change / 'what did Buffett buy this quarter' / EDGAR 13F-HR delta. Diffs the two most recent 13F-HR filings for an institutional manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data. |
|
|
54
54
|
| `accounts-receivable-aging-score` | (0.01 USDC/call) Accounts receivable aging score API / AR portfolio health scorer / DSO + delinquency + bad-debt analysis / receivables quality score. Scores an AR book on current share, severe (90+) delinquency, mid-bucket delinquency, DSO, and bad debt, returning a weighted score, grade, drivers, and recommendation. |
|
|
55
55
|
| `amortization-schedule` | (0.01 USDC/call) Amortization schedule API / loan payment schedule / debt amortization calculator. Same backend as loan-amortization-calculator, focused on scheduled payment, payoff months, total paid, and interest saved. |
|
|
56
56
|
| `asset-based-lending-score` | (0.01 USDC/call) Asset based lending score API / ABL facility risk scorer / collateral coverage + advance-rate + monitoring analysis. Scores an ABL facility on collateral coverage, collateral quality, advance discipline, monitoring cadence, and dilution, returning a weighted score, grade, drivers, and recommendation. |
|
|
@@ -121,7 +121,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
121
121
|
| `saas-metrics-api` | (0.01 USDC/call) SaaS metrics API / rule-of-40 API / NRR, burn multiple, magic number, and logo churn score. Same operating-finance calculator as saas-metrics-score. |
|
|
122
122
|
| `saas-metrics-score` | (0.01 USDC/call) SaaS metrics score API / rule of 40 calculator / net revenue retention score / burn multiple and magic number analysis / SaaS benchmark score. Computes rule-of-40, retention, gross margin, burn efficiency, sales efficiency, logo churn, weighted score, and driver notes. |
|
|
123
123
|
| `sec-13f-api` | (0.05 USDC/call) SEC 13F API / institutional holdings changes / hedge fund position delta feed. Same 13f-deltas backend, indexed for agents tracking added, exited, increased, and reduced holdings from public 13F-HR filings. |
|
|
124
|
-
| `sec-filing` | (0.01 USDC/call) SEC EDGAR filing fetcher + parser + summarizer / 10-K + 10-Q + 8-K + S-1 + S-4 + DEF 14A + Form 4 + 13F-HR / annual report + quarterly report + proxy + insider trading + institutional holdings / SEC filing search by ticker or CIK / public-company filing pull. Resolves ticker to CIK against EDGAR, returns structured filing metadata (form, filed_date, accession_number, period_of_report, primary_document_url) for the most recent N filings of a chosen form type, optionally pulls the latest filing's full clean text, and optionally runs it through a Venice executive summary tuned to the form type. 100% public-domain SEC data, no auth. |
|
|
124
|
+
| `sec-filing` | (0.01 USDC/call) SEC filing / SEC filings API / SEC EDGAR filing fetcher + parser + summarizer / 10-K + 10-Q + 8-K + S-1 + S-4 + DEF 14A + Form 4 + 13F-HR / annual report + quarterly report + proxy + insider trading + institutional holdings / SEC filing search by ticker or CIK / public-company filing pull. Resolves ticker to CIK against EDGAR, returns structured filing metadata (form, filed_date, accession_number, period_of_report, primary_document_url) for the most recent N filings of a chosen form type, optionally pulls the latest filing's full clean text, and optionally runs it through a Venice executive summary tuned to the form type. 100% public-domain SEC data, no auth. |
|
|
125
125
|
| `sec-filings` | (0.01 USDC/call) SEC filings API / EDGAR company filing search / 10-K, 10-Q, 8-K, S-1, DEF 14A, Form 4, and 13F-HR lookup by ticker or CIK. Same SEC EDGAR backend as sec-filing, with plural buyer wording for agents searching filing feeds. |
|
|
126
126
|
| `sec-xbrl-api` | (0.05 USDC/call) SEC XBRL API / EDGAR company facts / fundamentals time-series endpoint. Same xbrl-financials handler, discoverable for agents replacing paid fundamentals feeds with public SEC line-item data. |
|
|
127
127
|
| `startup-runway-calculator` | (0.01 USDC/call) Startup runway calculator API / burn multiple / cash runway / founder finance planning. Computes net monthly burn, static runway, dynamic runway with revenue growth, burn reduction needed for target runway, score, drivers, and recommendation. |
|
|
@@ -159,4 +159,4 @@ The agent never sees the payment flow — it just gets the result.
|
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
|
-
**Version:** 0.18.
|
|
162
|
+
**Version:** 0.18.2 · **License:** MIT
|
package/dist/tools.generated.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
|
|
2
2
|
export const CLUSTER_SLUG = "edge-finance";
|
|
3
|
-
export const VERSION = "0.18.
|
|
3
|
+
export const VERSION = "0.18.2";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
6
|
"name": "13f-deltas",
|
|
7
7
|
"http_name": "13f-deltas",
|
|
8
|
-
"description": "(0.05 USDC/call) 13F-HR position deltas / institutional holdings change tracker / hedge-fund quarterly trade detector / Berkshire + Bridgewater + Citadel + Renaissance position-change feed / 13F diff / SEC institutional manager portfolio change / 'what did Buffett buy this quarter' / EDGAR 13F-HR delta. Diffs the two most recent 13F-HR filings for an institutional manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data.",
|
|
8
|
+
"description": "(0.05 USDC/call) 13F / 13F deltas / 13F-HR position deltas / institutional holdings change tracker / hedge-fund quarterly trade detector / Berkshire + Bridgewater + Citadel + Renaissance position-change feed / 13F diff / SEC institutional manager portfolio change / 'what did Buffett buy this quarter' / EDGAR 13F-HR delta. Diffs the two most recent 13F-HR filings for an institutional manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data.",
|
|
9
9
|
"method": "POST",
|
|
10
10
|
"input_schema": {
|
|
11
11
|
"type": "object",
|
|
@@ -2745,7 +2745,7 @@ export const TOOLS = [
|
|
|
2745
2745
|
{
|
|
2746
2746
|
"name": "sec-filing",
|
|
2747
2747
|
"http_name": "sec-filing",
|
|
2748
|
-
"description": "(0.01 USDC/call) SEC EDGAR filing fetcher + parser + summarizer / 10-K + 10-Q + 8-K + S-1 + S-4 + DEF 14A + Form 4 + 13F-HR / annual report + quarterly report + proxy + insider trading + institutional holdings / SEC filing search by ticker or CIK / public-company filing pull. Resolves ticker to CIK against EDGAR, returns structured filing metadata (form, filed_date, accession_number, period_of_report, primary_document_url) for the most recent N filings of a chosen form type, optionally pulls the latest filing's full clean text, and optionally runs it through a Venice executive summary tuned to the form type. 100% public-domain SEC data, no auth.",
|
|
2748
|
+
"description": "(0.01 USDC/call) SEC filing / SEC filings API / SEC EDGAR filing fetcher + parser + summarizer / 10-K + 10-Q + 8-K + S-1 + S-4 + DEF 14A + Form 4 + 13F-HR / annual report + quarterly report + proxy + insider trading + institutional holdings / SEC filing search by ticker or CIK / public-company filing pull. Resolves ticker to CIK against EDGAR, returns structured filing metadata (form, filed_date, accession_number, period_of_report, primary_document_url) for the most recent N filings of a chosen form type, optionally pulls the latest filing's full clean text, and optionally runs it through a Venice executive summary tuned to the form type. 100% public-domain SEC data, no auth.",
|
|
2749
2749
|
"method": "POST",
|
|
2750
2750
|
"input_schema": {
|
|
2751
2751
|
"type": "object",
|
package/package.json
CHANGED