Telegraph MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| telegraph_create_accountA | Create a new Telegraph account. Returns an Account object with access_token that should be saved for future requests. |
| telegraph_edit_account_infoA | Update information about a Telegraph account. At least one optional parameter must be provided. |
| telegraph_get_account_infoB | Get information about a Telegraph account. |
| telegraph_revoke_access_tokenB | Revoke the current access_token and generate a new one. The old token becomes invalid immediately. |
| telegraph_create_pageA | Create a new Telegraph page. Returns a Page object including the URL of the created page. |
| telegraph_edit_pageB | Edit an existing Telegraph page. Returns the updated Page object. |
| telegraph_get_pageA | Get a Telegraph page by its path. Returns a Page object. |
| telegraph_get_page_listB | Get a list of pages belonging to a Telegraph account. Returns a PageList object with total_count and pages array. |
| telegraph_get_viewsB | Get the number of views for a Telegraph page. Can filter by year, month, day, or hour. |
| telegraph_list_templatesA | List all available page templates with their fields |
| telegraph_create_from_templateB | Create a new Telegraph page using a template |
| telegraph_export_pageB | Export a Telegraph page to Markdown or HTML format |
| telegraph_backup_accountC | Backup all pages from a Telegraph account |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create-blog-post | Guide for creating a blog post on Telegraph |
| create-documentation | Guide for creating documentation on Telegraph |
| summarize-page | Summarize an existing Telegraph page |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Telegraph Page | Get content of a Telegraph page by its path |
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/NehoraiHadad/telegraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server