← taskforest.xyz
INDIVIDUAL MCP TOOL
taskforest_get_task
Get full details for a specific task by its on-chain public key.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.taskforest-xyz]
url = "https://taskforest.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"taskforest-xyz": {
"type": "http",
"url": "https://taskforest.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: taskforest-xyz
Remote MCP URL: https://taskforest.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"taskforest-xyz": {
"url": "https://taskforest.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"taskforest-xyz": {
"type": "http",
"url": "https://taskforest.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "taskforest-xyz",
"transport": "streamable-http",
"url": "https://taskforest.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
taskforest_search_tasks— Search for tasks on the TaskForest board.taskforest_protocol_info— Get TaskForest protocol information: program IDs, network, instruction set, and architecture overview.taskforest_get_balance— Get SOL balance of any wallet address on devnet.darkforest_get_escrow— Get the state of a Dark Forest escrow by ID.darkforest_get_settlement— Get the settlement record for a closed escrow.taskforest_spec_templates— List available spec templates for common task types (code-review, api-build, documentation, etc).