datacrawl-mcp
MCP server for the Datacrawl API — gives any MCP
client (Claude Desktop, Claude Code, etc.) three tools: search, fetch,
extract. Credit-metered; every result reports credits_remaining.
Install
pip install datacrawl-mcp # or: uv tool install datacrawl-mcp
Get an API key at https://datacrawl.dev/portal/signup (free tier, no card).
Configuration (env only — the key is never stored in files you commit)
DATACRAWL_API_KEY(required) — your API key.DATACRAWL_BASE_URL(optional) — defaults tohttps://datacrawl.dev.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"datacrawl": {
"command": "datacrawl-mcp",
"env": { "DATACRAWL_API_KEY": "ak_YOUR_KEY" }
}
}
}
Claude Code
claude mcp add datacrawl -e DATACRAWL_API_KEY=ak_YOUR_KEY -- datacrawl-mcp
Errors you might see
DATACRAWL_API_KEY is not set— export the env var (see above).429 insufficient credits— you're out of credits for the month; see https://datacrawl.dev/portal/docs/pricing.429 rate limit exceeded— per-key rps cap; retry after a second.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datacrawl_mcp-0.1.0.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datacrawl_mcp-0.1.0.tar.gz.
File metadata
- Download URL: datacrawl_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6396e5bd3445df1411537aa9e749f7fa59d53ea35cbc6c0a75de278f6e393413
|
|
| MD5 |
6e691c7606edd50925303c4a4ca9b2b0
|
|
| BLAKE2b-256 |
cec6ca1026451911aeb71fc31576810f47548899d297b52067d78a7c793a6865
|
File details
Details for the file datacrawl_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: datacrawl_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43792bbf0dbf7b13677458e7e0c5aae84bf78372ba63f146c73e5488cd926edb
|
|
| MD5 |
0b948c07fe2a34abcf35f037a7e0d41f
|
|
| BLAKE2b-256 |
788b70f6f18b2943e9f48fee9f4ff785cac6e2874742f7f61d37a2bf622b129c
|