MCP server for interacting with the Explorium API.
Project description
🌎 Explorium MCP Server
Explorium MCP server is a Model Context Protocol server for interacting with the Explorium API.
Obtain an Explorium API key
Follow the instructions in the Explorium API documentation to obtain an API key.
Your API key will be used to authenticate your requests to the Explorium API through the MCP server.
Usage with Claude Desktop
To use the MCP server with Claude Desktop, add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"Explorium": {
"command": "python",
"args": ["-m", "explorium_mcp_server"],
"env": {
"EXPLORIUM_API_KEY": "MY_API_KEY"
}
}
}
}
Replace MY_API_KEY with your actual Explorium API key.
Replace python with the path to your Python executable (such as python3).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 explorium_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: explorium_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc8bd5b460877a034f6f9e0993c7d9455e1d64ec1402cb854558d64dad6409a2
|
|
| MD5 |
3dbfa98dd882916cf3c075a84edd97f4
|
|
| BLAKE2b-256 |
176e4d73758ebd116608c161b953e88937446e3b3f440ecee9397f2a2ba10158
|
File details
Details for the file explorium_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: explorium_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f3f5dca06e720e000979a11f6a94f60bb300fb2b43317af04bf1aa79fb21703
|
|
| MD5 |
6a8c15f98ef60c0ba74edcb7ed02717c
|
|
| BLAKE2b-256 |
5e644a5e57f9830e2d3873169eedcc65677d84ba6988388af3b293c531186437
|