agh-skos-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agh-skos-mcpsearch for staff member Jan Kowalski"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agh-skos-mcp
MCP server for SkOs — the AGH University staff directory. No API key, no login.
Tools
Tool | Arguments | Returns |
|
|
|
|
| id, name, title, emails, phones, www, workplaces (unit, job, group, function, room), collegial bodies |
|
|
|
An ambiguous label raises an error listing the candidates. A query with no filters is rejected.
Related MCP server: krs-verify
Add to Claude Code
Requires uv.
.mcp.json in the project root:
{
"mcpServers": {
"agh-skos": {
"command": "uvx",
"args": ["--from", "git+https://github.com/kbzowski/agh-skos-mcp", "agh-skos-mcp"]
}
}
}Or via CLI:
claude mcp add agh-skos --scope user -- uvx --from git+https://github.com/kbzowski/agh-skos-mcp agh-skos-mcpCheck with claude mcp list or /mcp.
Development
git clone https://github.com/kbzowski/agh-skos-mcp && cd agh-skos-mcp
uv sync
uv run ruff check . && uv run ruff format .
uv run mypy
uv run pytest # offline
uv run pytest -m network # against the live directoryuvx caches its build. To run your working copy:
claude mcp add agh-skos --scope user -- uv run --directory /path/to/agh-skos-mcp agh-skos-mcpImplementation notes
Data comes from the
__NEXT_DATA__JSON embedded in each rendered page, not from HTML scraping.Filter dictionaries come from the site's
/a/select?id=…endpoint.E-mails are stored obfuscated (reversed
<a>tag,#for@) and decoded on the way out.A search matching exactly one person redirects
/search/→ profile page;search_peoplefollows it and returns the full record inperson.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for the Polish company register (KRS) via the official Ministry of Justice API — entities, boards and shareholders with verifiable citations.Last updated3491MIT
- Alicense-qualityCmaintenanceMCP server for verifying Polish business entities from the National Court Register (KRS) and VAT White List. Allows querying by KRS, NIP, or REGON to retrieve official company data including name, address, board, and capital.Last updatedApache 2.0
- Flicense-qualityCmaintenanceA sample employee database exposed as an MCP server, enabling AI agents to search employees and query organizational structure.Last updated
- Alicense-qualityBmaintenanceMCP server for Polish company registries that enables looking up companies by NIP or KRS using public government APIs with no authentication required.Last updatedMIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
An MCP server for deep research or task groups
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
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/kbzowski/agh-skos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server