parallelix-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PARALLELIX_API_KEY | Yes | Your pk_live_… API key for the ParalleliX Compute API. | |
| PARALLELIX_BASE_URL | No | Base URL for the ParalleliX API. Can be used to point at a local coordinator for testing. | https://api.parallelix.io |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parallel_mapA | Run the SAME instruction over MANY items in parallel on the ParalleliX network. Ideal for bulk classify / extract / summarize / translate where each item is independent. Returns one result per item with a Proof-of-Execution hash. Use this instead of looping single calls: it fans out across the network's nodes simultaneously. |
| inferA | Run a single prompt on the ParalleliX network. Returns the completion plus the serving node id and Proof-of-Execution hash. For bulk independent work, prefer parallel_map. |
| network_statusB | List the models the ParalleliX network currently serves. |
| usageA | Show this API key's request count, $PRLX credits spent, and remaining credit balance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/parallelixnetwork/parallelix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server