Bilka MCP Server
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., "@Bilka MCP Serverfetch the latest news from Hacker News"
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.
Bilka MCP Server
An MCP server for integrating with public APIs.
Setup
Install
uvif you haven't already:curl -LsSf https://astral.sh/uv/install.sh | shCreate and activate a virtual environment:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activateInstall dependencies:
uv add "mcp[cli]" httpx
Related MCP server: MCP Inspector Server
Running the Server
To run the server:
python src/server.pyConfiguration
The server can be configured by modifying the constants in src/server.py:
API_BASE: The base URL for the API you're integrating withUSER_AGENT: The user agent string to use for API requests
Adding New Tools
To add new tools to the server:
Create a new async function in
src/server.pyDecorate it with
@mcp.tool()Add proper type hints and docstrings
Implement the tool's functionality
Testing with Claude for Desktop
To use this server with Claude for Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bilka": {
"command": "python",
"args": [
"src/server.py"
]
}
}
}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.
Latest Blog Posts
- 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/KristianSchmidt/bilka_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server