Aurelius
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | No | Tavily API key for web search and verification. Get a free key at https://tavily.com. | |
| AURELIUS_OUTPUT_DIR | No | Directory to write output files. Default: ./aurelius_output/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_research_policyA | Return Aurelius's admission policy (accepted vs restricted research domains). |
| screen_topicA | Screen a research topic against the restricted-domain policy before drafting. Returns a heuristic flag plus the full policy; you make the final accept/reject call. |
| draft_outlineA | Return a standard academic outline scaffold (Abstract..References) for a topic. |
| save_draftB | Save a Markdown research draft to the Aurelius output directory. |
| save_reportC | Save a fact-checking report (first line 'STATUS: VERIFIED'/'STATUS: REJECTED'). |
| web_searchB | Search the web (Tavily) for evidence about a factual claim or question. |
| verify_citationB | Check whether an academic citation actually exists in reputable sources (Tavily). |
| autonomous_researchA | Run the FULL research loop autonomously (screen -> draft -> fact-check -> revise). Requires an LLM API key with quota in the environment (OPENAI_API_KEY / ANTHROPIC_API_KEY / GOOGLE_API_KEY). Use this only when you want Aurelius to drive its own model instead of the host app's model. May take a few minutes. |
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
- 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/vibhorxpandey/Aurelius'
If you have feedback or need assistance with the MCP directory API, please join our Discord server