SponsorFinder MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for the Node entry (src/entry/node.ts). Ignored by stdio and Cloudflare Workers. | 3001 |
| UPSTREAM_TIMEOUT_MS | No | Upstream request timeout in milliseconds. | 10000 |
| SPONSORFINDER_API_KEY | Yes | Upstream x-api-key header value. Server-side secret — never exposed to MCP clients. | |
| SPONSORFINDER_API_BASE | Yes | Base URL of the upstream SponsorFinder API, no trailing slash (e.g. https://api.sponsorfinder.io). |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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