Skip to main content
Glama

PulseMCP Server

by orliesaurus

list_servers

Retrieve a list of MCP servers with customizable filters such as search terms, integration slugs, and pagination options for precise server data management.

Instructions

List MCP servers with optional filtering

Input Schema

NameRequiredDescriptionDefault
count_per_pageNoNumber of results per page (maximum: 5000)
integrationsNoFilter by integration slugs
offsetNoNumber of results to skip for pagination
queryNoSearch term to filter servers

Input Schema (JSON Schema)

{ "properties": { "count_per_page": { "description": "Number of results per page (maximum: 5000)", "maximum": 5000, "type": "number" }, "integrations": { "description": "Filter by integration slugs", "items": { "type": "string" }, "type": "array" }, "offset": { "description": "Number of results to skip for pagination", "type": "number" }, "query": { "description": "Search term to filter servers", "type": "string" } }, "type": "object" }

Other Tools from PulseMCP Server

Related Tools

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/orliesaurus/pulsemcp-server'

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