Skip to main content
Glama

MCPfinder Server

by mcpfinder

stream_mcp_events

Track real-time MCPfinder registry events, including tool registrations, updates, and status changes, within a specified duration or timestamp.

Instructions

Monitor real-time events from the MCPfinder registry including new tool registrations, updates, and status changes. Returns a summary of events received during the monitoring period.

Input Schema

NameRequiredDescriptionDefault
durationNoDuration in seconds to stream events (default: 30, max: 120).
filterNoEvent types to filter: tool.registered, tool.updated, tool.status_changed.
sinceNoISO timestamp to get events from (default: 1 hour ago).

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration in seconds to stream events (default: 30, max: 120).", "type": "number" }, "filter": { "description": "Event types to filter: tool.registered, tool.updated, tool.status_changed.", "items": { "type": "string" }, "type": "array" }, "since": { "description": "ISO timestamp to get events from (default: 1 hour ago).", "type": "string" } }, "required": [], "type": "object" }

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/mcpfinder/server'

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