oratilo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORATILO_BASE | No | Base URL to point the server at a localhost origin for development. Any other host is refused and the server falls back to oratilo.com. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| oratilo_lookupA | Check whether oratilo (a shared library of concept-structured video summaries) already has a summary for a specific video, BEFORE spending work summarizing it yourself. Returns the full summary plus provenance metadata on a hit. A miss means the video is not covered — summarize it yourself. Accepts YouTube URLs or video ids (arXiv ids reserved for the future). |
| oratilo_searchA | Search the full text of oratilo summaries by topic, phrase, person or company — use when you do not have a specific video URL but want to know what the library covers. Returns ranked matches with page links and snippets; follow up with oratilo_lookup for the full text of one. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize | Summarize a YouTube video — checks the oratilo library first and reuses an existing summary instead of redoing the work. |
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/oratilo/oratilo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server