Skip to main content
GET https://api.prysm1.com/v1/mcp/manifest · No authentication required
Returns a complete Model Context Protocol manifest that describes every PRYSM endpoint as an MCP-compatible tool. Use this to install PRYSM as an MCP server in any compatible AI client (Claude Desktop, VS Code, JetBrains, and others). Tool URLs in the response are absolute and ready to use — derived from the request’s Host header so they work against any deployment.

Install via @prysmai/mcp

The fastest path is the pre-built NPM package:
Or configure it directly in your MCP client:
claude_desktop_config.json

Response

The manifest follows the standard MCP schema.
string
Always mcp.manifest.
string
Manifest schema version (e.g. prysm-mcp-manifest-v0.1).
string
Absolute base URL the tool urls are built from (derived from the request Host).
integer
Number of descriptors in tools.
object[]
Array of MCP tool descriptors. Each has name, description, method, path, input_schema, auth_required, and an absolute url (= base_url + path).
object
Ready-to-paste MCP client config under claude_code_config.