Uh oh!
There was an error while loading. Please reload this page.
Update from code changes: document the ChainPatrol MCP server - #135
Open
mintlify[bot] wants to merge 1 commit into
Open
Update from code changes: document the ChainPatrol MCP server#135mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
ContributorAuthor
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Documents the new ChainPatrol MCP server: every public API operation (67 tools) served locally over stdio via
chainpatrol mcpor remotely atPOST /api/mcp.Changes
cli/mcpcovering local stdio setup, connecting a client tohttps://app.chainpatrol.io/api/mcp, authentication (chainpatrol login,CHAINPATROL_API_KEY,x-api-key, bearer token), tool filtering with--tools/CHAINPATROL_MCP_TOOLS, resources, prompts, and the 100k-character result capContext
Source PRs: chainpatrol/chainpatrol-web#7710 (tool registry + local stdio server) and chainpatrol/chainpatrol-web#7711 (remote
/api/mcpendpoint).Note
Low Risk
Documentation-only changes with no runtime, auth, or API behavior modifications.
Overview
Adds
cli/mcpdocumentation for the official ChainPatrol MCP server: 67 tools mirroring the public API, connect viachainpatrol mcp(stdio + CLI auth) orPOST https://app.chainpatrol.io/api/mcp(HTTP + API key/bearer), plus client config examples,--tools/CHAINPATROL_MCP_TOOLSfiltering, resources/prompts, result limits, and agent guardrails.Wires the page into Mintlify navigation (
docs.json), the CLI command index and Next steps card on the overview, a Note on the agents page that MCP clients can skip shelling out to the CLI, and a short External API overview pointer to MCP.Reviewed by Cursor Bugbot for commit 68fdbba. Bugbot is set up for automated code reviews on this repo. Configure here.