NewsDigest MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_toolsA | List all available MCP tools with descriptions and categories |
| move_fileB | Move a TypeScript/JavaScript file to a new location and update all import statements |
| move_directoryA | Move a directory to a new location, updating all TypeScript imports and references automatically |
| rename_symbolB | Rename a TypeScript symbol (variable, function, class, etc.) across the codebase |
| delete_symbolB | Delete a TypeScript/JavaScript symbol (variable, function, class, etc.) and all its references |
| get_module_symbolsC | Get all exported symbols from a TypeScript/JavaScript module without detailed signatures |
| get_type_in_moduleC | Get detailed signature information for a specific type (function, class, interface, type alias, etc.) from a module |
| get_type_at_symbolC | Get type information for a TypeScript/JavaScript symbol at a specific location |
| get_symbols_in_scopeA | Get all symbols (variables, types, functions, etc.) visible at a specific location in a TypeScript/JavaScript file |
| find_referencesC | Find all references to a TypeScript/JavaScript symbol across the codebase |
| get_definitionsC | Get the definition(s) of a TypeScript symbol |
| get_diagnosticsA | Get TypeScript diagnostics (errors, warnings) for a single file |
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
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/SomeiLam/news-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server