@2sio/mcp 1.57.0 → 1.57.1
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 +14 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,22 +8,25 @@
|
|
|
8
8
|
npx @2sio/mcp --signer 0x...
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
No accounts to create. The server signs for whichever chain you configured a key on — Base USDC (EIP-3009) or Solana SPL-USDC. Settles in ~2 seconds. Prices start at $0.001/call. 2s is an open-ended experiment in maximally-comprehensive agent infrastructure — the toolset grows continually (
|
|
11
|
+
No accounts to create. The server signs for whichever chain you configured a key on — Base USDC (EIP-3009) or Solana SPL-USDC. Settles in ~2 seconds. Prices start at $0.001/call. 2s is an open-ended experiment in maximally-comprehensive agent infrastructure — the toolset grows continually (300+ endpoints across 95 groups and counting).
|
|
12
12
|
|
|
13
13
|
### What's exposed
|
|
14
14
|
|
|
15
15
|
A single MCP install gives the agent tools spanning, among others:
|
|
16
16
|
|
|
17
17
|
- **Patents & trademarks** — USPTO patent search/detail/documents, trademark full-text search
|
|
18
|
-
- **Legal & courts** — federal & state case search
|
|
19
|
-
- **Financial filings & markets** — SEC EDGAR filings, equities, FX, crypto, treasury rates
|
|
20
|
-
- **Government & public records** — Federal Register, Congress, FEC, BLS, US Census, nonprofits, licenses
|
|
21
|
-
- **Science & medicine** — arXiv / PubMed / Semantic Scholar papers, ICD-10, clinical trials, chemistry, nutrition
|
|
22
|
-
- **Vehicles &
|
|
23
|
-
- **
|
|
24
|
-
- **
|
|
25
|
-
- **
|
|
26
|
-
- **
|
|
18
|
+
- **Legal & courts** — federal & state case search, citation verification, OFAC sanctions screening (CourtListener / Free Law Project)
|
|
19
|
+
- **Financial filings & markets** — SEC EDGAR filings, equities, FX & currency conversion, crypto, treasury rates, bank routing, tax
|
|
20
|
+
- **Government & public records** — Federal Register, Congress, FEC, FEMA disasters, BLS, US Census, nonprofits, licenses, lobbying & foreign-agent filings
|
|
21
|
+
- **Science & medicine** — arXiv / PubMed / Semantic Scholar papers, ICD-10, RxNorm, drug pricing, clinical trials, chemistry, gene/protein/species, nutrition
|
|
22
|
+
- **Vehicles & transport** — NHTSA VIN decode, recalls, fuel economy, NCAP safety; aircraft registry; live flights; airports; maritime vessels
|
|
23
|
+
- **Agriculture, soil & energy** — NASS crop stats, USDM drought, SSURGO soil profiles + hardiness zones, electricity generation mix & rates
|
|
24
|
+
- **Security** — CVE + CISA KEV + EPSS, email-security, HTTP headers, password-exposure (HIBP), RPKI, CT logs, IOC reputation, CWE / ATT&CK / CAPEC, exploit availability
|
|
25
|
+
- **Geospatial & weather** — geocoding, NWS/NOAA forecasts, climate, earthquakes, tides, timezones, places, parks
|
|
26
|
+
- **Reference data** — Census, College Scorecard, USAJOBS + BLS, books, music (MusicBrainz), country & ISO codes, news, space & satellites
|
|
27
|
+
- **Business & property** — company registries, KYB-360 screening, property records, email/phone validation, domain intel
|
|
28
|
+
- **Web & data utilities** — URL → markdown, screenshots, schema extraction, TLS inspection, EDI/EDIFACT, hashing, barcodes, image description, AI summarization, audio transcription
|
|
29
|
+
- **Agent primitives** — memory, marketplace, knowledge-delta, atomic batch settlement, natural-language endpoint search
|
|
27
30
|
|
|
28
31
|
See the [live catalog](https://2s.io/api/directory) for everything currently shipped.
|
|
29
32
|
|
|
@@ -49,7 +52,7 @@ Add to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claud
|
|
|
49
52
|
}
|
|
50
53
|
```
|
|
51
54
|
|
|
52
|
-
Restart Claude Desktop. The agent now has
|
|
55
|
+
Restart Claude Desktop. The agent now has 300+ new tools — patent search, court-case lookup, SEC filings, VIN decode, ICD-10 lookup, sanctions screening, CVE/KEV security data, structured webpage extraction, geocoding, weather, and much more.
|
|
53
56
|
|
|
54
57
|
## AgentKit / programmatic use
|
|
55
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2sio/mcp",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"mcpName": "io.github.2s-io/mcp",
|
|
5
5
|
"description": "MCP server for 2s — the (most) everything API. Hundreds of pay-per-call AI-agent data tools (public records, finance, crypto, security, legal, health, geo, EDI), settled in USDC on Base or Solana via x402.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"typecheck": "tsc --noEmit"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@2sio/sdk": "^1.57.
|
|
55
|
+
"@2sio/sdk": "^1.57.1",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"viem": "^2.21.0",
|
|
58
58
|
"zod": "^3.24.0"
|