bleurs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| surfaceA | Get the exact API of a Python module, class, or project file: every public name with its real signature and a one-line summary. Reads the installed package or parses the project file, so the answer is always current. Use this INSTEAD OF reading a file when you need to know how to call something. It is typically 5-10x fewer tokens than the source and contains everything needed to make a correct call. Cheap enough to re-ask at any time rather than holding it in context. |
| contextA | Get everything you need to edit a file correctly, in one budgeted block: the file's own API plus the exact surface of every module it imports, followed transitively through project code. Call this INSTEAD OF reading a file and its dependencies, before you start editing. It is a dependency closure computed from the code — not a similarity search — so it contains what the file actually uses, and it is typically several times cheaper than reading the same files. Ask again whenever you need it rather than holding it in context. |
| verifyA | Check Python source for references that provably do not exist -- invented packages, invented methods on real libraries, helpers missing from this project. Returns the blocked references and the real API of whatever each one got wrong. Run this on code you are about to write. It only reports what it can prove absent, so a clean result is meaningful and a block is never a guess. |
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/Anandb71/Bleurs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server