Access the Notra API for managing posts, brand identities, and integrations.
{
"mcpServers": {
"io-github-usenotra-notra": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Access the Notra API for managing posts, brand identities, and integrations.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
DataForSEO API modelcontextprotocol server
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
MCP Security Weekly
Get CVE alerts and security updates for io.github.usenotra/notra and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that provides LLM clients with full access to the Notra API for managing posts, brand identities, and integrations.
You can generate an API key from your Notra workspace dashboard under Developer > API Keys.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"notra": {
"command": "npx",
"args": ["-y", "@usenotra/mcp"],
"env": {
"NOTRA_API_KEY": "your-api-key"
}
}
}
}
claude mcp add notra -- npx -y @usenotra/mcp
Then set the NOTRA_API_KEY environment variable in your shell before launching Claude Code.
| Tool | Description |
|------|-------------|
| list_posts | List posts with optional filters for sorting, pagination, status, and content type |
| get_post | Get a single post by ID |
| update_post | Update a post's title, markdown, or status |
| delete_post | Delete a post |
| generate_post | Queue async post generation from GitHub activity |
| get_post_generation_status | Check the status of a post generation job |
| Tool | Description |
|------|-------------|
| list_brand_identities | List all brand identities |
| get_brand_identity | Get a single brand identity by ID |
| update_brand_identity | Update brand identity settings |
| delete_brand_identity | Delete a brand identity |
| generate_brand_identity | Queue async brand identity generation from a website URL |
| get_brand_identity_generation_status | Check the status of a brand identity generation job |
| Tool | Description |
|------|-------------|
| list_integrations | List all connected integrations (GitHub, Slack, Linear) |
| create_github_integration | Connect a GitHub repository |