AetherTech MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| text_analysisC | Analyze text with various operations: basic analysis, word counting, sentiment detection, and keyword extraction. Useful for processing and understanding text content. |
| word_countC | Count words in text with optional whitespace handling. Provides detailed statistics about text content. |
| key_value_storeA | Simple in-memory key-value store for temporary data. Supports get, set, delete, and list operations. Data persists while the server is running. |
| mdns_discoveryB | Discover services on the local network using mDNS/Bonjour. Finds services like HTTP, HTTPS, MCP servers, and other network services. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| system-info | Provides basic system information about the MCP server environment |
| store-keys | List all keys in the key-value store |
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/nebula-technological-innovation/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server