@nordsym/apiclaw 1.3.10 → 1.3.11
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,13 +21,13 @@ npx @nordsym/apiclaw mcp-install
|
|
|
21
21
|
# "List available APIs" or "Send an SMS via 46elks"
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
APIClaw automatically detects Claude Desktop and Claude Code — then configures itself as an MCP server in seconds.
|
|
24
|
+
APIClaw automatically detects Claude Desktop and Claude Code — then configures itself as an MCP server in seconds. Works with any MCP-compatible agent.
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
28
|
## What is APIClaw?
|
|
29
29
|
|
|
30
|
-
APIClaw is an MCP
|
|
30
|
+
**The API layer for AI agents.** APIClaw is an MCP server that gives any MCP-compatible agent access to real-world APIs:
|
|
31
31
|
|
|
32
32
|
- **📱 SMS & Voice** — 46elks, Twilio
|
|
33
33
|
- **📧 Email** — Resend, SendGrid
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordsym/apiclaw",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "The API layer for AI agents. 22,000+ APIs
|
|
3
|
+
"version": "1.3.11",
|
|
4
|
+
"description": "The API layer for AI agents. 22,000+ APIs. Direct Call. Works with any MCP-compatible agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"homepage": "https://apiclaw.nordsym.com",
|