Provides search capabilities for PureScript documentation through Pursuit, enabling queries for functions, types, modules, and packages with type signature search support
Pursuit MCP
MCP server providing Pursuit integration for PureScript documentation search.
Features
Search Pursuit for PureScript functions, types, modules, and packages
Type signature search support
Access to comprehensive PureScript package documentation
Usage
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
Available Tools
search_pursuit
Search Pursuit for PureScript functions, types, and documentation.
Parameters:
query
(string): Search query (function name, type signature, or keyword)limit
(integer, optional): Maximum number of results to return (default: 10)
Examples:
Function name search:
map
Type signature search:
(a -> b) -> f a -> f b
Module search:
Data.Array
Package search:
prelude
Response Format: Each result includes:
package
: Package name (e.g., "purescript-prelude")version
: Package versioninfo
: Result type and metadataFor declarations: includes module, title, type signature
For packages: includes deprecation status
For modules: includes module name
text
: Plain text documentationurl
: Direct link to the documentationmarkup
: HTML-formatted documentation (optional)
License
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables searching PureScript documentation through the Pursuit search engine. Supports function, type signature, module, and package searches with comprehensive documentation access.