Skip to main content
Glama

Prysm MCP Server

index.ts460 B
import type { ToolDefinition } from '@modelcontextprotocol/sdk/server'; import { scrapeFocused } from './scrapeFocused.js'; import { scrapeBalanced } from './scrapeBalanced.js'; import { scrapeDeep } from './scrapeDeep.js'; // import { analyzeUrl } from './analyzeUrl.js'; import { formatResult } from './formatResult.js'; export const toolDefinitions: ToolDefinition[] = [ scrapeFocused, scrapeBalanced, scrapeDeep, // analyzeUrl, formatResult, ];

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinkpixel-dev/prysm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server