Skip to main content
Glama

Marginalia MCP Server

search-marginalia

Discover non-commercial and independent web content using Marginalia Search. Retrieve unique sites with URLs, titles, and descriptions by specifying a search query, index, and result count.

Instructions

Search the web using Marginalia Search

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return
indexNoSearch index (corresponds to dropdown in main GUI)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "index": { "description": "Search index (corresponds to dropdown in main GUI)", "minimum": 0, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Marginalia MCP 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/bmorphism/marginalia-mcp-server'

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