Skip to main content
Glama
alirezahamid

SponsorFinder MCP Server

by alirezahamid

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port for the Node entry (src/entry/node.ts). Ignored by stdio and Cloudflare Workers.3001
UPSTREAM_TIMEOUT_MSNoUpstream request timeout in milliseconds.10000
SPONSORFINDER_API_KEYYesUpstream x-api-key header value. Server-side secret — never exposed to MCP clients.
SPONSORFINDER_API_BASEYesBase URL of the upstream SponsorFinder API, no trailing slash (e.g. https://api.sponsorfinder.io).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_sponsor_licenseA

Check whether a company holds a UK or Netherlands work-visa sponsorship licence. Handles typos and partial names. Returns licence routes, ratings, locations and register dates. For exploring or filtering many companies, use search_sponsors instead.

search_sponsorsA

Exploratory list search of the sponsor register with optional filters (city/route for UK, sponsor type for NL). Returns a compact list with a total count. For checking one specific company, prefer check_sponsor_license.

get_sponsor_detailsA

Full record for one organization by id: routes, ratings, locations and register dates (UK), or sponsor type and KvK number (NL). Optionally include register change history.

get_register_infoA

Register statistics, data freshness, and terminology for the UK and Netherlands sponsor registers. Use this to explain what a licence, route, rating, or sponsor type means.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/alirezahamid/sponsor-finder-mcp'

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