INDIVIDUAL MCP TOOL
niche_attach_image
Upload or attach a user-supplied or externally-designed image (bring-your-own asset) to a post: the creator's own visual (a product shot, their actual work, a card designed elsewhere) instead of an AI-generated image (niche_render_image_card photo, paid) or a flat brand card.
LIVE ENDPOINT
https://api.nicheangle.com/mcp
Connect to this endpoint to inspect the live schema for niche_attach_image and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.niche-mcp]
url = "https://api.nicheangle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"niche-mcp": {
"type": "http",
"url": "https://api.nicheangle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: niche-mcp
Remote MCP URL: https://api.nicheangle.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"niche-mcp": {
"url": "https://api.nicheangle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"niche-mcp": {
"type": "http",
"url": "https://api.nicheangle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "niche-mcp",
"transport": "streamable-http",
"url": "https://api.nicheangle.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
niche_signal_scan— Niche (nicheangle.niche_draft_direct— Draft the creator's own take or product straight into posts, with no research scan and no story/angle picks.niche_intelligence_query— Niche (nicheangle.niche_session_state— Universal poll endpoint: read the full current state of a session.niche_angle_propose— Niche content angles: pick a story from the discovery slate and surface the strongest angles worth publishing, the editorial-judgment step that turns a development into a piece.niche_draft_create— Niche draft content: lock the chosen angle and turn it into platform-native social drafts (LinkedIn post, X thread, Instagram, newsletter/long-form), ready to review and publish, the downstream payoff once the story and angle are decided.niche_draft_revise— Applies the values you pass to a specific output.niche_draft_publish— Publish a single output to its platform.