Friday MCP Server
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_timeA | Return the current date and time in ISO 8601 format. |
| get_system_infoB | Return basic information about the server host. |
| format_jsonB | Pretty-print a JSON string. |
| word_countA | Count characters, words, and lines in a block of text. |
| search_webB | Search the web with DuckDuckGo and return the top results. |
| fetch_urlB | Fetch the raw text of a URL, truncated to the configured limit. |
| get_world_newsA | Fetch a multi-source snapshot of world headlines. |
| list_workspaceB | List files and directories under the configured workspace root. |
| read_fileC | Read a file from the workspace with optional line slicing. |
| write_fileC | Write a file within the workspace. |
| run_bashC | Run a bash command within the workspace root. |
| list_skillsC | List installed skills and their activation state. |
| get_skillC | Get the full installed content and metadata for a skill. |
| validate_skill_markdownC | Validate a candidate skill document before installation. |
| install_skill_from_markdownC | Install a skill from markdown front matter and instructions. |
| install_skill_from_urlB | Download, validate, install, and optionally activate a skill from a URL. |
| activate_skillC | Activate an installed skill. |
| deactivate_skillC | Deactivate an installed skill. |
| remove_skillB | Remove a skill and keep a rollback backup. |
| rollback_skillC | Restore the latest or selected backup of a skill. |
| explain_skill_errorD | Normalize skill validation failures for the client. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| research_missing_capability | Prompt to investigate a missing capability before authoring a skill. |
| author_skill | Prompt to author a skill document with YAML front matter. |
| review_skill_candidate | Prompt to review a candidate skill before installation. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_info | Return basic information about this MCP server. |
| skills_catalog | Return the installed skill catalog. |
| active_skills | Return the instructions for all active skills. |
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/JeremyLakeyJr/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server