@knowledgesdk/mcp 0.1.0 → 0.2.10
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 +50 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://knowledgesdk.com/knowledgesdk_light.svg" />
|
|
4
|
+
<source media="(prefers-color-scheme: light)" srcset="https://knowledgesdk.com/knowledgesdk_dark.svg" />
|
|
5
|
+
<img src="https://knowledgesdk.com/knowledgesdk_dark.svg" alt="KnowledgeSDK" width="300" />
|
|
6
|
+
</picture>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
<p align="center">
|
|
10
|
+
<b>Official MCP Server for <a href="https://knowledgesdk.com">KnowledgeSDK</a></b><br/>
|
|
11
|
+
Give AI assistants the power to extract knowledge from any website via the Model Context Protocol.
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://www.npmjs.com/package/@knowledgesdk/mcp">
|
|
16
|
+
<img src="https://img.shields.io/npm/v/@knowledgesdk/mcp.svg?style=flat-square" alt="NPM Version" />
|
|
17
|
+
</a>
|
|
18
|
+
<a href="https://github.com/KnowledgeSDK/knowledgesdk-mcp/blob/main/LICENSE">
|
|
19
|
+
<img src="https://img.shields.io/github/license/KnowledgeSDK/knowledgesdk-mcp.svg?style=flat-square" alt="License" />
|
|
20
|
+
</a>
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
# KnowledgeSDK MCP Server
|
|
24
|
+
|
|
25
|
+
## What is KnowledgeSDK?
|
|
26
|
+
|
|
27
|
+
**KnowledgeSDK** is an API that turns any website into structured, searchable knowledge — built for developers, AI agents, and data pipelines.
|
|
28
|
+
|
|
29
|
+
- 🔍 **Extract** — Crawl & extract structured knowledge from any website
|
|
30
|
+
- 📄 **Scrape** — Convert any URL to clean Markdown
|
|
31
|
+
- 🏢 **Classify** — AI-powered business classification from a URL
|
|
32
|
+
- 📸 **Screenshot** — Full-page screenshots of any website
|
|
33
|
+
- 🗺️ **Sitemap** — Discover all URLs on a domain
|
|
34
|
+
- 🧠 **Search** — Semantic search across your extracted knowledge base
|
|
35
|
+
|
|
36
|
+
> [Get your API key](https://knowledgesdk.com/connect)
|
|
6
37
|
|
|
7
38
|
## Tools
|
|
8
39
|
|
|
@@ -123,7 +154,7 @@ Or edit `~/.codeium/windsurf/mcp_config.json` directly with the same JSON block
|
|
|
123
154
|
Once configured, you can ask your AI assistant:
|
|
124
155
|
|
|
125
156
|
- "Extract knowledge from https://stripe.com"
|
|
126
|
-
- "Scrape the page at https://docs.
|
|
157
|
+
- "Scrape the page at https://docs.stripe.com/get-started"
|
|
127
158
|
- "Classify the business at https://linear.app"
|
|
128
159
|
- "Get the sitemap for https://vercel.com"
|
|
129
160
|
- "Take a screenshot of https://github.com"
|
|
@@ -146,6 +177,18 @@ KNOWLEDGESDK_API_KEY=sk_ks_your_key npm run test:local
|
|
|
146
177
|
|
|
147
178
|
---
|
|
148
179
|
|
|
180
|
+
## Documentation
|
|
181
|
+
|
|
182
|
+
Full API reference → **<https://knowledgesdk.com/docs>**
|
|
183
|
+
|
|
184
|
+
## Contributing
|
|
185
|
+
|
|
186
|
+
We ❤️ PRs!
|
|
187
|
+
|
|
188
|
+
1. **Fork** → `git checkout -b feat/awesome`
|
|
189
|
+
2. Add tests & docs
|
|
190
|
+
3. **PR** against `main`
|
|
191
|
+
|
|
149
192
|
## License
|
|
150
193
|
|
|
151
|
-
MIT
|
|
194
|
+
[MIT](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knowledgesdk/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "Official KnowledgeSDK Model Context Protocol Server - AI assistant integration for web knowledge extraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"homepage": "https://knowledgesdk.com",
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
|
-
"url": "https://github.com/
|
|
44
|
+
"url": "https://github.com/KnowledgeSDK/knowledgesdk-mcp"
|
|
45
45
|
},
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/knowledgesdk/knowledgesdk-mcp/issues"
|