lamatok-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAMATOK_KEY | Yes | Your LamaTok access key (sent as x-access-key header) | |
| LAMATOK_URL | No | Base URL | https://api.lamatok.com |
| LAMATOK_TAGS | No | Whitelist: only include operations with these tags (comma-separated) | |
| LAMATOK_SPEC_URL | No | OpenAPI spec URL | ${LAMATOK_URL}/openapi.json |
| LAMATOK_TIMEOUT_MS | No | Per-request timeout for API calls | 30000 |
| LAMATOK_EXCLUDE_TAGS | No | Blacklist: additional tags to exclude (on top of Legacy, System, /sys) | |
| LAMATOK_MAX_SPEC_BYTES | No | Max bytes read from the OpenAPI spec | 8388608 |
| LAMATOK_SPEC_TIMEOUT_MS | No | Timeout for the startup spec fetch | 60000 |
| LAMATOK_MAX_RESPONSE_BYTES | No | Max bytes read from each API response | 10485760 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_v1_user_by_usernameC | [GET /v1/user/by/username] Userinfo By Username |
| get_v1_user_following_by_secUidD | [GET /v1/user/following/by/secUid] Following By Sec Uid |
| get_v1_user_followers_by_secUidC | [GET /v1/user/followers/by/secUid] Followers By Sec Uid |
| get_v1_user_suggested_by_secUidD | [GET /v1/user/suggested/by/secUid] Suggested By Sec Uid |
| get_v1_user_following_by_usernameD | [GET /v1/user/following/by/username] Following By Username |
| get_v1_user_followers_by_usernameC | [GET /v1/user/followers/by/username] Followers By Username |
| get_v1_user_suggested_by_usernameD | [GET /v1/user/suggested/by/username] Suggested By Username |
| get_v1_user_playlists_by_usernameC | [GET /v1/user/playlists/by/username] Playlists By Username |
| get_v1_user_playlists_by_secUidD | [GET /v1/user/playlists/by/secUid] Playlists By Sec Uid |
| get_v1_media_by_idD | [GET /v1/media/by/id] Media By Id |
| get_v1_media_comments_by_idD | [GET /v1/media/comments/by/id] Media Comments By Id |
| get_v1_media_comment_replies_by_idD | [GET /v1/media/comment/replies/by/id] Media Comment Replies By Id |
| get_v1_media_by_urlC | [GET /v1/media/by/url] Media By Url |
| get_v1_media_video_download_by_idC | [GET /v1/media/video/download/by/id] Download Media By Id Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation. |
| get_v1_media_video_download_by_urlC | [GET /v1/media/video/download/by/url] Download Media By Url Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation. |
| get_v1_media_music_download_by_idC | [GET /v1/media/music/download/by/id] Download Music By Id Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation. |
| get_v1_media_music_download_by_urlB | [GET /v1/media/music/download/by/url] Download Audio By Url Get download link and headers by media url. Use the headers and url taken from the response. You can see an example in the redoc documentation. |
| get_v1_hashtag_infoD | [GET /v1/hashtag/info] Hashtag Info |
| get_v1_hashtag_mediasD | [GET /v1/hashtag/medias] Hashtag Medias |
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/subzeroid/lamatok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server