Tattoo Feed
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IG_USER_ID | Yes | The Instagram Business/Creator account id that owns the token. | |
| IG_ACCESS_TOKEN | Yes | A long-lived Instagram Graph API access token. | |
| TATTOO_FEED_DATA_DIR | No | Optional. Where the JSON stores live (default ./data). | ./data |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_artistsA | List the tattoo artists currently being tracked. |
| add_artistA | Track a new artist by Instagram handle. The handle must resolve to a reachable professional (Business/Creator) account; otherwise a clear error is returned. |
| remove_artistC | Stop tracking the artist with the given handle. |
| get_feedB | Return recent posts from all tracked artists, newest first. Returns metadata and permalinks only (no images) to keep context light. |
| next_inspirationA | Show one not-yet-seen post for inspiration, then mark it seen. |
| save_to_inspirationB | Bookmark a post (by id, from the current feed) into saved inspiration. |
| list_inspirationA | List saved inspiration items, in the order they were saved. |
| remove_from_inspirationC | Remove a saved inspiration item by post id. |
| reset_seenA | Clear the seen-set so next_inspiration starts fresh. |
| record_preferenceA | Record a note about the user's tattoo taste. |
| get_preference_summaryA | Return every recorded taste preference, so a fresh session can reload it. |
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
- 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/EezyMAcc/mcp-loop-build-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server