Skip to main content
Glama
seekr-sh

MCP Seekr Server

by seekr-sh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host (optional)127.0.0.1
PORTNoServer port (optional)8000
LOG_LEVELNoLogging levelINFO
SEEKR_API_KEYNoYour Seekr API key
SEEKR_TIMEOUTNoAPI request timeout in seconds30
SEEKR_BASE_URLNoSeekr API base URLhttps://engine.seekr.sh
SEEKR_MAX_RETRIESNoMaximum number of API retries3
MAX_CALLS_PER_MINUTENoRate limiting: maximum calls per minute100

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
seekr_queryA

Query for information using Google query engine.

This tool performs web queries to find current information, news, and diverse content. Use this for: current events, news, product information, troubleshooting, recent developments, and real-time information.

After getting query results, use seekr_prism to get detailed content from specific URLs.

seekr_prismA

Prism and extract detailed text content from a specific webpage URL.

Use this tool to get full content from URLs found in query results. This provides more detailed information than query snippets alone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: seekr_query performs web searches to find URLs and information, while seekr_prism extracts detailed content from specific URLs. There is no overlap or ambiguity between querying for information and extracting content from a given URL.

Naming Consistency5/5

Both tools follow a consistent 'seekr_' prefix pattern with descriptive suffixes (query and prism). This naming convention is uniform and predictable, making it easy to understand the tool's function from its name alone.

Tool Count3/5

With only two tools, the server feels thin for a web search and content extraction domain. While the tools cover core workflows (search and extract), the scope might benefit from additional tools for tasks like filtering results, managing search history, or handling different content types.

Completeness4/5

The tool set covers the essential workflow of querying for information and extracting detailed content from URLs, with clear guidance on how to use them together. A minor gap is the lack of tools for advanced search parameters or content processing, but agents can effectively perform core tasks with the provided tools.