A content exploration toolkit that helps LLMs surface high signal, unsummarized web content.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-blightbow-parkour-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
"an activity in which people move quickly around buildings and objects in a city while performing jumps and other skilful movements, usually trying to move between points as quickly, smoothly, and safely as possible" > -- Cambridge Dictionary
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.blightbow/parkour-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
parkour
"an activity in which people move quickly around buildings and objects in a city while performing jumps and other skilful movements, usually trying to move between points as quickly, smoothly, and safely as possible"
Parkour is a content exploration toolkit that helps LLMs surface high signal, unsummarized web content. It makes extensive use of clean APIs and Markdown conversion to enable targeted content extraction and knowledge synthesis. A rolling 2Q page cache keeps recently visited pages in memory so that follow-up requests (section extraction, BM25 search, slice retrieval, comparison pivots) are served quickly and without additional round-trips. While primarily designed for Claude Code and Claude Desktop, it should be adaptable to most agentic toolchain needs.
API integrations:
What sets Parkour apart from the standard approaches are three principles:
We design our tool outputs with the LLM in mind. The LLM is our immediate user, and if our user has a good experience the humans behind them have an even better experience.
The standout feature of Parkour is a frontmatter tool envelope that intelligently advises the LLM and steers its decisionmaking. This is a fancy way of saying "our tool payloads are prefaced with instructional YAML frontmatter". It's a technique that is simple on its face but deceptively powerful.
Parkour also intercepts requests for content from websites with robust first-party APIs. When the LLM asks to fetch a URL that belongs to a known source, the server skips the generic HTTP-fetch-and-convert path and calls the source's structured API directly. Faster, richer metadata, no scraping:
| Source | Detection | API used |
|---|---|---|
| Wikipedia | /wiki/ URLs | MediaWiki API (clean markdown, footnotes, no navboxes) |
| arXiv | /abs/, /pdf/ URLs | Atom API (authors, affiliations, categories, versions) |
| Semantic Scholar | semanticscholar.org/paper/ | S2 Graph API (bypasses CAPTCHA) |
| DOI | doi.org/10.* URLs | Content negotiation (CrossRef/DataCite metadata) |
| GitHub | github.com/* | REST API (bypasses JS SPA) |
reddit.com, redd.it | old.reddit.com .json endpoint (bypasses login wall) | |
| Discourse | x-discourse-route response header | JSON API with raw author markdown |
| IETF | rfc-editor.org/rfc/rfcN[.json], datatracker.ietf.org | RFC Editor JSON / Datatracker REST. .html/.txt/.xml body URLs deliberately fall through to the generic HTML pipeline so section= / search= work over the rendered RFC. |
For example, asking Parkour to fetch https://arxiv.org/abs/1706.03762 doesn't scrape the landing page. It return