Content Tools
nicheangle.com
A content creation assistant that helps generate, refine, and schedule social media posts.
ENDPOINT 1
https://api.nicheangle.com/mcp
MCP server metadata
- Name
- niche-mcp
- Version
- 0.1.0
Known tools 25
niche_draft_directDraft the creator's own take or product straight into posts, with no research scan and no story/angle picks.
Inferred read-onlyniche_session_stateUniversal poll endpoint: read the full current state of a session.
Inferred read-onlyniche_angle_proposeNiche 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.
Inferred read-onlyniche_draft_createNiche 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.
Potential side effectsniche_brand_kit_ingestAuto-populate the user's BrandKit (palette / fonts / tagline / logo / wordmark / boilerplate / voice notes) from files, a URL, or pasted text.
Inferred read-onlyniche_voice_profile_ingestExtract voice primitives (register / sentence rhythm / lexicon preferences / punctuation habits) from post-shaped text and persist onto the user's VoiceProfile.
Potential side effectsniche_brand_profile_getRead back the persisted brand profile without modifying it.
Inferred read-onlyniche_brand_kit_guided_setupReturn a structured question chain the agent walks the user through to populate the BrandKit, VoiceProfile, and (optionally) BrandProfile.
Inferred read-onlyniche_render_image_cardRender a visual onto a post at CP3, or edit an existing image.
Potential side effectsniche_session_exportExport a session as a structured calendar artifact preserving session_id and per-story story_id traceability.
Inferred read-onlyniche_reuse_assetCopy an image that already exists on one output onto another cell, instant and free (no regeneration, no credits).
Inferred read-onlyniche_attach_imageUpload 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.
Potential side effectsniche_whoamiList the full tool catalog and orient the agent, in one read-only call.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nicheangle.com was fetched 2026-08-03T12:33:25.835Z and is being refreshed.
nicheangle.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.