CivNode MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CivNode MCP Servershow me a random monument"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CivNode MCP Server
MCP server for CivNode — the AI-powered creative writing platform where every human gets exactly one page (a Monument) displayed at random. No algorithm, no likes, no followers.
263 tools for writing, world-building (characters, locations, creatures, plots, family trees), entity exploration, books, collections, showcase, research, marketplace, library, forums, competitions, collaboration, passage comments, civic room, file management, and platform administration.
Quick Start
npx @civnode/mcpNo installation required. The server runs via npx and communicates over stdio using the Model Context Protocol.
Related MCP server: World Anvil MCP Server
Configuration
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"civnode": {
"command": "npx",
"args": ["-y", "@civnode/mcp"],
"env": {
"CIVNODE_SESSION_TOKEN": "your-session-token"
}
}
}
}Claude Code
Add to .claude/settings.json or ~/.claude/settings.json:
{
"mcpServers": {
"civnode": {
"command": "npx",
"args": ["-y", "@civnode/mcp"],
"env": {
"CIVNODE_SESSION_TOKEN": "your-session-token"
}
}
}
}Environment Variables
Variable | Required | Description |
| For authenticated tools | Your CivNode session token |
| No | API base URL (default: |
Authentication
Tools fall into three categories:
Public — No token needed. Browse monuments, read works, search users.
Authenticated — Requires
CIVNODE_SESSION_TOKEN. Publishing, messaging, managing your compendium.Admin — Requires a token with admin role. System management, moderation, bot simulation. These tools only appear when a token is configured.
To get a session token, log in to CivNode and go to Settings → API Token.
Tool Reference
Monuments
Every user has exactly one Monument — their single page on the platform, displayed at random to visitors.
Tool | Auth | Description |
| No | Get a random Monument. Optionally filter by mood tags. |
| No | Read a specific Monument by UUID. |
| No | Read a user's Monument by their alias. |
| Yes | Publish or update your Monument. Accepts title, body (Markdown), sources, identity mode. |
| Yes | Leave quiet appreciation on a Monument or work (CivNode's alternative to likes). |
| Yes | Set or clear the "currently working on" status shown on your profile (max 100 chars, optional work link). |
Letters
Anonymous letters sent to Monument authors, plus direct personal letters between users.
Tool | Auth | Description |
| Yes | Send an anonymous letter to a Monument author (max 500 words). |
| No | Get publicly displayed letters on a user's Monument. |
| Yes | Get your personal letter inbox. |
| Yes | Get your sent personal letters. |
| Yes | Send a direct, non-anonymous letter to another user. |
| Yes | Read a specific personal letter (marks as read). |
Writing
Create, publish, and manage creative writing — poems, short stories, essays, novellas, and more.
Tool | Auth | Description |
| No | Browse published works. Filter by literary form or mood. |
| No | Read a specific work by UUID. |
| No | Full-text search across published works. |
| Yes | Publish a new work with title, content (Markdown), form, mood tags, and visibility. |
| Yes | List your own works (drafts and published). |
| Yes | Update a work's content, title, mood tags, or visibility. |
| Yes | Delete a work permanently. |
| Yes | Export a work's content. |
| No | Get a writing series with all its works in reading order. |
| Yes | Create a new writing series. |
| Yes | List your writing series. |
| Yes | Add a work to a series. |
Characters
Full character management with AI generation, portraits, and marketplace publishing.
Tool | Auth | Description |
| Yes | List your characters. |
| Yes | Get a character's full profile. |
| Yes | Create a character (only name required, fill rest later or use AI). |
| Yes | Update character fields (pass only fields to change). |
| Yes | Delete a character permanently. |
| Yes | Generate a complete character using AI. Accepts role, genre, setting hints. |
| Yes | Generate an AI portrait. Requires an image provider. |
| Yes | Get AI suggestions for a specific field (appearance, personality, backstory, etc.). |
| Yes | Publish to the marketplace. |
| Yes | Remove from the marketplace. |
| Yes | Get all relationships for a character. |
| Yes | Interview a character via the Entity Explorer. Chat in character, grounded in your story data. Requires BYOK AI provider. |
Locations
World-building locations with areas, blueprints, and AI-powered generation.
Tool | Auth | Description |
| Yes | List your locations. |
| Yes | Get full location details. |
| Yes | Create a location (name required). Fields: description, atmosphere, sensory details, inhabitants, secrets, etc. |
| Yes | Update location fields. |
| Yes | Delete a location permanently. |
| Yes | AI fills in missing details based on name and existing fields. |
| Yes | Generate an AI image. Requires an image provider. |
| Yes | Publish to the marketplace. |
| Yes | Remove from the marketplace. |
| Yes | Get the visual blueprint/map. |
| Yes | Explore a location via the Entity Explorer. Analyze ripple effects of changes. Requires BYOK AI provider. |
Creatures
Creatures and fantastical beings with full AI support.
Tool | Auth | Description |
| Yes | List your creatures. |
| Yes | Get full creature profile. |
| Yes | Create a creature (name and species_type required). |
| Yes | Update creature fields. |
| Yes | Delete a creature permanently. |
| Yes | Generate a creature using AI. Accepts species_type, habitat_type, era. |
| Yes | Generate an AI image. |
| Yes | Generate an AI portrait. |
| Yes | Publish to the marketplace. |
| Yes | Remove from the marketplace. |
| Yes | Get AI suggestions for a field. |
| Yes | Interview a creature via the Entity Explorer. Chat in character, grounded in your story data. Requires BYOK AI provider. |
Plots
Structured plot outlines with acts, scenes, beats, and AI generation.
Tool | Auth | Description |
| Yes | List your plots. |
| Yes | Get full plot with acts, scenes, and beats. |
| Yes | Create a plot (title required). Fields: genre, tone, central_conflict, etc. |
| Yes | Update plot fields. |
| Yes | Delete a plot permanently. |
| Yes | Add an act (title, summary, purpose, notes). |
| Yes | Generate acts using AI. |
| Yes | Add a scene to an act. |
| Yes | Update a scene's text fields (title, summary, purpose, style_hint, pov_character, notes), location bindings (region_id, area_id, spot_id — pass |
| Yes | Generate scenes for an act using AI. |
| Yes | Generate an AI image for the plot. |
| Yes | Publish to the marketplace. |
| Yes | Remove from the marketplace. |
| Yes | Explore a plot via the Entity Explorer. Analyze branching possibilities and tension points. Requires BYOK AI provider. |
Plot Designer (Book-level)
Tools for the dedicated Plot Designer screen at /books/{bookId}/plot.
Tool | Auth | Description |
| No | List available plot structure templates (Three-Act, Hero's Journey, etc.). |
| Yes | Get a single plot template with full beat details (acts → beats → name + hint). |
| Yes | Get the plot linked to a book with all acts, scenes, and beats. |
| Yes | Create a plot from a template and link to a book. |
| Yes | Read the cached AI synopsis for a book's plot. Does not trigger regeneration. Returns |
| Yes | Force regeneration of the AI synopsis. Cache-aware: returns the cached value if the plot content hasn't drifted. Requires BYOK. |
| Yes | Delete the plot linked to a book. |
| Yes | Create a beat under a scene. sort_order auto-assigned. |
| Yes | Update fields on a plot beat. Pass only the fields to change. |
| Yes | Delete a plot beat by UUID. |
| Yes | Reorder beats within a scene via {id, sort_order} list. |
| Yes | Get story evidence suggestions for a beat (analysis, text stats, semantic). |
| Yes | Batch-map story content to all empty beats using analysis + AI. |
Family Trees
Visual family trees linking characters and creatures with relationship tracking.
Tool | Auth | Description |
| Yes | List your family trees. |
| Yes | Get all members in a tree. |
| Yes | Create a family tree (name required). |
| Yes | Update tree name or description. |
| Yes | Delete a tree permanently. |
| Yes | Add a character or creature to a tree. |
| Yes | Generate family members using AI. |
| Yes | Publish to the marketplace. |
| Yes | Remove from the marketplace. |
Books
Full book management — create books with chapters, link compendium entities, export.
Tool | Auth | Description |
| Yes | List your books. |
| Yes | List the user's books that have a plot. Subset of |
| Yes | Full-text search over your Stories including character names. Returns books ranked by relevance. |
| Yes | Get book details and linked entities. |
| Yes | Create a book (title and book_type required). Types: novel, poetry_collection, essay_collection, screenplay. For screenplays, also pass screenplay_format. |
| Yes | Update book metadata (title, subtitle, blurb, genre, etc.). Set |
| Yes | Delete a book and all chapters. |
| Yes | List chapters in a book. |
| Yes | Get a chapter's content and metadata. |
| Yes | Create a chapter (title and chapter_type required). Types: chapter, prologue, epilogue, interlude, appendix. Optional |
| Yes | Update chapter content or metadata. |
| Yes | Delete a chapter. |
| Yes | Reorder chapters (pass chapter IDs in desired order). |
| Yes | Link a compendium entity to a book (characters, creatures, locations, plots, trees). |
| Yes | Remove a linked entity from a book. |
| Yes | Export a book's content in various formats (json, markdown, html, epub, pdf, fdx, fountain). |
| Yes | Import a Fountain screenplay as a new book. |
| Yes | Get all entity types linked to a book in one call (characters, creatures, locations, plots, trees). |
| Yes | Get entities not linked to any book or work. |
| No | Get a published book's public info. |
Collections
Group books and works into ordered collections.
Tool | Auth | Description |
| Yes | Create a new collection (title required, optional description). |
| Yes | List all your collections. |
| Yes | Get a collection with its ordered items (books and works). |
| Yes | Update a collection's title or description. |
| Yes | Delete a collection (items are unlinked, not deleted). |
| Yes | Add a book or work to a collection. |
| Yes | Remove an item from a collection. |
| Yes | Reorder items in a collection by passing ordered item IDs. |
Showcase
Your showcase is your public gallery — the books, works, and collections you have chosen to share with visitors.
Tool | Auth | Description |
| No | Get a user's public showcase items. Supports search, type filtering, and pagination. |
| No | Get the number of items in a user's showcase. |
| Yes | Add a book, work, or collection to your showcase. Provide exactly one ID. |
| Yes | List your own showcase items. |
| Yes | Update the author note on a showcase item (max 280 chars). |
| Yes | Retract an item from your showcase. It stays in My Writing but becomes private. |
| Yes | Set display order by providing item IDs in the desired order. |
Canvases
Collaborative drawing and brainstorming boards within groups.
Tool | Auth | Description |
| Yes | List your canvases. |
| Yes | Get a canvas with nodes and metadata. |
| Yes | Create a canvas in a group. |
| Yes | Update canvas name. |
| Yes | Delete a canvas permanently. |
Passage Comments
Contextual feedback anchored to specific text passages in works and monuments.
Tool | Auth | Description |
| Yes | Get passage comments others left on your works. |
| Yes | Get passage comments you wrote on other works. |
| Yes | Create a passage comment anchored to a text selection. |
| Yes | List passage comments for a specific work or monument. |
| Yes | Reply to a passage comment. |
| Yes | Delete a passage comment. |
| Yes | Leave quiet appreciation on a passage comment. |
| Yes | Escalate a passage comment for moderation review. |
| Yes | Mark a passage comment as read. |
| Yes | Dismiss a passage comment from your inbox. |
Research & Observatory
Semantic search, tiered chapter analysis, writing insights, and AI-powered questions about your work.
Tool | Auth | Description |
| Yes | Semantic search across research notes and analyzed content. |
| Yes | Trigger tiered chapter analysis. Core (Tier 1): characters, themes, arcs, interactions. Deep (Tier 2): voice, foreshadowing, craft metrics. Requires AI provider. |
| Yes | Get aggregated intelligence: character appearances, themes, timeline. |
| Yes | Get a character's relationship graph and arc. |
| Yes | Get writing insights and patterns. |
| Yes | Get writing statistics: word counts, streaks, productivity. |
| Yes | Get notable moments: breakthroughs, milestones, patterns. |
| Yes | Ask AI about your writing patterns and story structure. |
| Yes | Get an AI summary of your writing journey. |
| Yes | Get character evolution data for a book — emotional state, driving forces, chapter timeline, and ghost characters. |
Marketplace
Browse and fork community-published characters, creatures, locations, plots, families, and books.
Tool | Auth | Description |
| No | Browse marketplace by entity type (characters, creatures, locations, plots, families, books). |
| No | Get detailed view of a marketplace item. |
| Yes | Fork (copy) a marketplace item into your compendium. |
| No | Get a published book's full showcase with author info and all entities. |
| Yes | Fork a published marketplace book and all its entities into your collection. |
Library
Curated showcase books that demonstrate CivNode's world-building capabilities.
Tool | Auth | Description |
| No | List the 4 showcase books in the CivNode library. |
| Yes | Fork a library book and all its entities into your collection. |
Site Forum
The CivNode community forum at /forum, open to all users.
Tool | Auth | Description |
| No | List the six categories in the site-wide forum (Announcements, Writing Craft, Writing Groups, Competitions, Feedback & Ideas, Introductions). |
| No | List threads in the site-wide forum. Accepts optional |
| Yes | Create a new thread in the site-wide forum. Requires |
Personal Forum
Every user on CivNode also has their own personal forum on their profile.
Tool | Auth | Description |
| No | List threads in a user's forum. |
| No | Read a thread with all posts. |
| No | Search threads by keyword. |
| Yes | Create a new thread or reply. Provide thread_id for replies, or forum_alias + title for new threads. |
Competitions
Community writing competitions with signup, submission, and voting phases.
Tool | Auth | Description |
| No | List competitions. Filter by phase: signup, writing, voting, completed. |
| Yes | Get competition details. |
| Yes | Create a competition (requires supporter status). |
| Yes | Sign up for a competition. |
| Yes | Submit your entry (writing phase only). |
| Yes | Vote for top 3 entries (voting phase only). |
| No | Get blind entries (voting/completed phase). |
| No | Get ranked results (completed phase). |
Collaboration
Real-time co-writing and draft sharing.
Tool | Auth | Description |
| Yes | Generate a shareable link for a work. |
| Yes | List share links for a work. |
| No | Read a shared work by its token. |
| Yes | Delete a share link. |
| Yes | List collaborators on a work. |
| Yes | Invite a user as coauthor or editor. |
| Yes | Accept a collaboration invitation. |
| Yes | Remove a collaborator. |
Groups, Topics & Community
Tool | Auth | Description |
| Yes | List groups you belong to. |
| Yes | Create a new writing group. Types: critique, accountability, workshop, co_writing, sprint. Caller becomes owner. |
| Yes | Get group details. |
| Yes | Update a group's name and description (owner/leader only). |
| Yes | Delete a group permanently (owner only). Removes all cycles, submissions, and rooms. |
| Yes | Get feature settings for a group (caller must be a member). Returns submissions_enabled, reciprocity_mode, cycles_enabled, etc. |
| Yes | Update feature settings for a group (owner/leader only). Pass any subset of: submissions_enabled, reciprocity_mode, silent_period_enabled, cycles_enabled, critique_templates_enabled, goals_enabled, sprints_enabled, challenges_enabled, project_tracking_enabled, directory_listed, member_cap. |
| Yes | Add a user to a group by user_id (owner/leader only). |
| Yes | Remove a member from a group. Owner/leaders can remove anyone; members can remove themselves. |
| Yes | List all group members with roles (owner, leader, moderator, member). |
| Yes | Promote or demote a member to a new role (leader, moderator, member). Owner can set any role; leaders can promote to moderator only. |
| Yes | Transfer ownership to another member (owner only). Former owner becomes leader. |
| Yes | Issue a warning to a member with a required reason. Returns the warning and strike number. Moderators, leaders, and owner can warn. |
| Yes | List warnings issued to a specific member. Accessible by moderators, leaders, owner, or the member themselves. |
| Yes | Ban a member from the group (leaders and owner only). Requires a reason. Member is removed immediately. |
| Yes | Remove a ban on a user (owner only). |
| Yes | List all currently banned members (owner and leaders only). |
| Yes | Report a group or specific member for a rules violation. Any group member can report. |
| No | List topic communities. |
| Yes | Join a topic. |
| Yes | Leave a topic. |
| Yes | Get today's encounter (daily anonymous pairing). |
| No | See how many people are online (ambient count, no identities). |
Messaging
Tool | Auth | Description |
| Yes | Send a message in a conversation. |
| Yes | List your conversations. |
| Yes | Read messages in a conversation. |
Platform
Tool | Auth | Description |
| No | Get a user's public profile. |
| Yes | Update your profile tagline (max 200 chars). |
| No | Get a user's social links. |
| Yes | Update your social links (replaces all). |
| Yes | Set avatar source (goavatar, gravatar, custom). |
| No | Search users by alias or name. |
| No | Search across all public content. |
| Yes | List your notifications. |
| Yes | Mark all notifications as read. |
| Yes | List your bookmarks. |
| Yes | Toggle a bookmark on content. |
| Yes | List your text highlights. |
| Yes | Highlight text on a monument or work. |
| Yes | Delete a highlight. |
| Yes | Get your private notepad. |
| Yes | Update your notepad content. |
| Yes | Check supporter status. |
| Yes | Start Stripe checkout for supporter ($5/month). |
| Yes | Cancel supporter subscription. |
| Yes | Create Stripe checkout to purchase a book or work. |
| Yes | Check if current user has purchased a specific item. |
| Yes | List all purchases by current user. |
| Yes | Get author earnings balance and lifetime totals. |
| Yes | List all sales for current user as author. |
| Yes | Log local AI usage (Ollama, ComfyUI) from the browser. |
| No | Get a rich preview for an internal CivNode URL. Returns title, author, image, and meta for published content. |
Speech Writing
Deterministic speech metrics and chapter revision history for writers working on speeches. Every metric is computed from LanguageTool plus rule-based Go packages — no LLM calls anywhere in these tools.
Tool | Auth | Description |
| Yes | Return speech metrics for a chapter: delivery time, word/syllable/sentence counts, LIX, Flesch-Kincaid, breath-test violations, filler words, passive voice, rhetorical devices, per-sentence timings. Results cached per content hash. |
| Yes | Flip a book's type to |
| Yes | Revert a speech book back to |
| Yes | List revision history for a chapter, newest first. |
| Yes | Fetch a single revision's full body (ProseMirror JSON + plain text). |
| Yes | Restore a chapter to a previous revision. Snapshots current body first so nothing is lost. |
| Yes | List anchored speaker notes on a chapter, sorted by anchor position. |
| Yes | Create a speaker note anchored to a chapter text range. |
Example — run a full speech analysis on a chapter and print the delivery time:
mcp__civnode__speech_analysis({
chapter_id: "8f3a...",
audience_preset: "formal"
})Example — convert an existing story book into a speech:
mcp__civnode__convert_to_speech({ book_id: "a1b2..." })Admin Tools
Admin tools require a session token with admin role. They only appear when a token is configured.
Tool | Description |
| System health: app status, migration version, DB/Redis connectivity. |
| System-wide statistics: users, works, monuments, forums, moderation. |
| List all users with details and status. |
| Ban a user. |
| Unban a user. |
| Toggle strategist role for a user (grants Civic Room access). |
| View flagged content awaiting review. |
| List configured AI text providers. |
| List AI providers with partial API keys visible. |
| List image generation providers. |
| List embedding providers. |
| AI token usage statistics. |
| Detailed AI usage log with filtering (date range, provider, action, local/cloud, success) and pagination. |
| Export AI usage data as CSV with the same filters. |
| List AI pricing rules (per-model token and image prices). |
| Create or update an AI pricing rule for a provider+model. |
| Delete an AI pricing rule by ID. |
| Test AI chat pipeline with a prompt. |
| Test embedding pipeline. |
| Test local Ollama connectivity from the server. |
| List database backups. |
| Trigger an immediate backup. |
| List user feedback and bug reports. |
| View site-wide settings. |
| Update site settings (registration, maintenance mode). |
| Research system statistics. |
| Bot simulation state. |
| List simulated bots. |
| Trigger one simulation tick. |
| List AI-generated images with moderation status. |
| Block an AI-generated image. |
| List marketing campaigns. |
| List monument ornaments. |
| Captcha analytics: challenges, solve rates, country breakdown. |
| Recent captcha failures with IP and country. |
| Execute a takedown from a content report (delete file, log event, optionally ban hash). |
File Manager
Tools for inspecting file storage. Require a session token.
Tool | Auth | Description |
| Yes | List all drawers owned by the authenticated user. Returns name, kind (user/book/work/collection/character/canvas), file count, and total size in bytes. |
| Yes | Get storage quota summary: quota_bytes, used_bytes, plan (free/paid/grace), grace_until, upgrade_url, and a human-readable "X MB of Y MB used" string. |
Civic Room (Admin / Strategist)
The Civic Room is a private workspace for platform strategists and admins to manage social media presence and coordinate.
Tool | Description |
| Get your private Civic Room notes. |
| Save your private Civic Room notes. |
| Get overview: recent posts, threads, canvases. |
| List civic threads. |
| List civic canvases. |
| List social media channels. |
| Create a social media channel. |
| Update a social media channel. |
| Delete a social media channel. |
| List social media posts. Filter by state and channel. |
| Create a social media post targeting multiple channels. |
| Update a draft/queued post. |
| Delete a draft/queued post. |
| Publish a post immediately to its platform. |
Examples
Create a Screenplay
create_book({
title: "The Last Lighthouse",
book_type: "screenplay",
screenplay_format: "feature_film"
})Export a Screenplay as Final Draft (FDX)
export_book({
id: "book-uuid-here",
format: "fdx"
})Export a Screenplay as Fountain
export_book({
id: "book-uuid-here",
format: "fountain"
})Import a Fountain Screenplay
import_fountain({
text: "Title: The Last Lighthouse\nCredit: Written by\nAuthor: Jane Doe\n\nINT. LIGHTHOUSE - NIGHT\n\nA lone KEEPER tends the light."
})Get a Link Preview
link_preview({
url: "/books/abc-123/read"
})Browse the Library
library_books()Fork a Library Book
library_fork_book({
book_id: "book-uuid-here"
})Create a Chapter Linked to a Plot Scene
create_chapter({
book_id: "book-uuid-here",
title: "The Crossing",
chapter_type: "chapter",
plot_scene_id: "scene-uuid-here"
})Move a Plot Scene Between Acts
update_plot_scene({
plot_id: "plot-uuid-here",
scene_id: "scene-uuid-here",
act_id: "target-act-uuid",
sort_order: 2
})Edit a Plot Scene's Summary
update_plot_scene({
plot_id: "plot-uuid-here",
scene_id: "scene-uuid-here",
summary: "Elena arrives at the lighthouse"
})Create a Beat Under a Scene
create_plot_beat({
plot_id: "plot-uuid-here",
scene_id: "scene-uuid-here",
title: "Elena spots the keeper's lantern",
description: "First glimpse of another soul on the island.",
beat_type: "reveal"
})Reorder Beats Within a Scene
reorder_plot_beats({
plot_id: "plot-uuid-here",
scene_id: "scene-uuid-here",
items: [
{ id: "beat-uuid-a", sort_order: 1 },
{ id: "beat-uuid-b", sort_order: 2 },
{ id: "beat-uuid-c", sort_order: 3 }
]
})Local Development
To run against a local CivNode instance:
CIVNODE_API_URL=http://localhost:9080 CIVNODE_SESSION_TOKEN=your-token npx @civnode/mcpOr in your MCP client config:
{
"mcpServers": {
"civnode-local": {
"command": "npx",
"args": ["-y", "@civnode/mcp"],
"env": {
"CIVNODE_API_URL": "http://localhost:9080",
"CIVNODE_SESSION_TOKEN": "your-local-token"
}
}
}
}Troubleshooting
"Authentication required" — Set the CIVNODE_SESSION_TOKEN environment variable. Get a token from Settings → API Token on CivNode.
"Forbidden" — Your token doesn't have permission for that action. Admin tools require admin role.
"Rate limit exceeded" — Wait a moment and retry. CivNode rate-limits API calls per user.
"API error: 404" — The resource doesn't exist or you don't have access. Check the UUID.
Admin tools not showing — Admin tools only appear when CIVNODE_SESSION_TOKEN is set. They also require server-side admin role.
Wrong API URL — By default the server connects to https://civnode.com. Set CIVNODE_API_URL for local development.
Contributing
Adding a New Tool
Add a tool object to the
toolsarray inindex.js(or the admin section for admin tools):
{
name: "tool_name",
description: "What it does. Mention auth requirement.",
inputSchema: {
type: "object",
properties: {
id: { type: "string", description: "Resource UUID" },
},
required: ["id"],
},
handler: (args) => fetchAPI(`/api/endpoint/${args.id}`),
},Use the existing HTTP helpers:
fetchAPI(GET),postAPI(POST),putAPI(PUT),patchAPI(PATCH),deleteAPI(DELETE).Update the tool count in the header comment and
package.json.Test locally:
CIVNODE_API_URL=http://localhost:9080 node index.jsBump version in
package.jsonand push to main — CI auto-publishes to npm.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/CivNode/civnode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server