CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Infranodus Mcp Server Infranodus

infranodus/mcp-server-infranodus
9128 toolsauthHTTPregistry active
Summary

Connects Claude to InfraNodus's network analysis API for turning text into knowledge graphs. You get 25 tools covering graph generation, topical clustering, content gap detection, and SEO analysis. The real utility is in operations like generate_knowledge_graph for visualizing concept relationships, analyze_text for extracting topics from URLs or transcripts, and develop_text_tool which chains multiple analyses together. Memory operations let you store and retrieve entity relations across conversations. The SEO toolkit compares your content against Google search results and queries to find optimization opportunities. Reach for this when you need structured topic extraction that goes beyond basic summarization, or when building research workflows that identify conceptual gaps and generate questions from unstructured text.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

28 tools
generate_knowledge_graphGenerate a knowledge graph with main topics, topical clusters, concepts, concepts (nodes) relations (edges) and structural gaps. Only use when explicitly asked to analyze a text or generate a knowledge graph. Do not use for short clarifying questions that you already have an a...7 params

Generate a knowledge graph with main topics, topical clusters, concepts, concepts (nodes) relations (edges) and structural gaps. Only use when explicitly asked to analyze a text or generate a knowledge graph. Do not use for short clarifying questions that you already have an a...

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide either this or text, not both.
textstring
Text that you'd like to analyze. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Use [[wikilinks]] to mark entities (if required for social / knowledge graphs, ontology, or entity detection). Provide either this or url.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
includeGraphboolean
Include full graph structure in response (true only if explicitly needed or requested)default: true
addNodesAndEdgesboolean
Include nodes and edges in response (true only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (true only if explicitly needed or requested)default: false
modifyAnalyzedTextstring
Text processing setting to use: none (for text, gap, and topical analysis), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph generation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
create_knowledge_graphCreate a knowledge graph in InfraNodus from text or from a URL, save it, and provide its name and a link to it for future use.8 params

Create a knowledge graph in InfraNodus from text or from a URL, save it, and provide its name and a link to it for future use.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide either this or text, not both.
textstring
Text that you'd like to analyze. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide either this or url.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of the graph to create in InfraNodus
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
memory_add_relationsAdd relations to the InfraNodus memory from text, save it, and provide its name and a link to it for future use.7 params

Add relations to the InfraNodus memory from text, save it, and provide its name and a link to it for future use.

Parameters* required
textstring
Text that you'd like to analyze. Use new lines to separate separate statements, relations, and paragraphs in each text (but not the sentences). Detect the entities in every statement and use [[wikilinks]] syntax to mark them, unless the user explicitly requests automatic entity detection. Every statement should have at least two entities marked.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of the graph to add the memory to in InfraNodus - lowercase, dashes for spaces, no special characters. Auto-generate from the context of the conversation (if previously available) or use the nanme of the LLM client or project, or use the name the user explicitly provided or requested.
includeGraphboolean
Include full graph structure in response (add only if needed for further analysis)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if needed for further analysis, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if needed for further analysis)default: false
modifyAnalyzedTextstring
Entity detection: none (normal, graph is build from the words,), extractEntitiesOnly (automatic entity extraction — default setting), detectEntities (mix entities and words - use if explicitly requested by the user or needed for further analysis)one of none · detectEntities · extractEntitiesOnlydefault: extractEntitiesOnly
memory_get_relationsProvide a list of relations from the InfraNodus memory for a given concept or entity3 params

Provide a list of relations from the InfraNodus memory for a given concept or entity

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
entityNamestring
Name of the entity to get relations for from the InfraNodus memory, use [[wikilinks]] syntax to mark the entity, replace spaces with underscores. Leave if contextMemoryName is provided.default:
memoryContextNamestring
Name of the existing InfraNodus memory graph to search in if requested or needed from the context (can be left empty to search in all memory graphs)default:
analyze_existing_graph_by_nameExtract and analyze the content of an existing InfraNodus graph from your account.7 params

Extract and analyze the content of an existing InfraNodus graph from your account.

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph in your account to retrieve
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
includeGraphSummaryboolean
Include AI-generated graph summary for RAG prompt augmentationdefault: false
analyze_textExtract and analyze a graph from text, URL, YouTube video transcript, or an existing InfraNodus graph.8 params

Extract and analyze a graph from text, URL, YouTube video transcript, or an existing InfraNodus graph.

Parameters* required
urlstring
URL to fetch content from (e.g. webpage or YouTube video transcript). Provide either this or text.
textstring
Text that you'd like to analyze. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide either this or url.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed or if user requested the text of the URL / YouTube transcript)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
includeGraphSummaryboolean
Include AI-generated graph summary for RAG prompt augmentationdefault: false
generate_content_gapsGenerate content gaps from text, URL, or an existing graph using knowledge graph analysis.4 params

Generate content gaps from text, URL, or an existing graph using knowledge graph analysis.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to retrieve content gaps from using knowledge graph analysis. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
generate_topical_clustersGenerate topics and clusters of keywords from text, URL, or an existing graph using knowledge graph analysis.4 params

Generate topics and clusters of keywords from text, URL, or an existing graph using knowledge graph analysis.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to retrieve topics and topical clusters from using knowledge graph analysis. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
generate_research_questionsAnalyze text or an existing graph and generate innovative research questions based on the content gaps identified between the topical clusters. Provide either text, url, or graphName. Can be used to improve the text and the discourse it relates to7 params

Analyze text or an existing graph and generate innovative research questions based on the content gaps identified between the topical clusters. Provide either text, url, or graphName. Can be used to improve the text and the discourse it relates to

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to generate research questions from. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
gapDepthnumber
Depth of content gaps to generate questions fordefault: 0
graphNamestring
Name of an existing InfraNodus graph in your account to generate research questions from. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating research questions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
useSeveralGapsboolean
Generate questions for several content gaps found in textdefault: false
generate_research_ideasAnalyze text or an existing graph and generate innovative research ideas based on the content gaps identified between the topical clusters inside the text that can be used to improve the text and the discourse it relates to.9 params

Analyze text or an existing graph and generate innovative research ideas based on the content gaps identified between the topical clusters inside the text that can be used to improve the text and the discourse it relates to.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to generate research ideas from based on the content gaps identified between the topical clusters inside the text. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
gapDepthnumber
Depth of content gaps to generate ideas fordefault: 0
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating research questions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
responseTypestring
Type of response to generate: 'response' — generates a response based on the gaps identified; 'idea' — generate an business idea that bridges the gap.one of response · ideadefault: response
useSeveralGapsboolean
Generate ideas for several content gaps found in textdefault: false
shouldTranscendboolean
Generate ideas that transcend and go beyond the content of the text and relate to a broader discourse. Only run if explicitly requested by the user to go beyond the text and relate to a broader discoursedefault: false
optimize_text_structureAnalyze the level of bias and coherence in text. If it's too biased, develop the represented topics, if it's focused or diversified, develop the content gaps. If it's dispersed, focus the most common gap topics.6 params

Analyze the level of bias and coherence in text. If it's too biased, develop the represented topics, if it's focused or diversified, develop the content gaps. If it's dispersed, focus the most common gap topics.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to optimize the structure of by analyzing its bias and coherence using knowledge graph analysis. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating optimization suggestions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
responseTypestring
Type of response to generate: 'response' — generates a response based on the gaps identified; 'idea' — generate a business idea that bridges the gap; 'question' — generate questions that focus on this context; 'transcend' — generate responses that go beyond the text and relate to a broader discourse.one of response · idea · question · transcenddefault: response
generate_responses_from_graphUse text, URL, or an existing InfraNodus knowledge graph and generate responses and expert advice based on a prompt provided.6 params

Use text, URL, or an existing InfraNodus knowledge graph and generate responses and expert advice based on a prompt provided.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to generate responses from. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
promptstring
Prompt to generate responses to from the graph
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph in your account to retrieve. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating research questions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
develop_conceptual_bridgesAnalyze text or an existing graph and get ideas on how to develop conceptual bridges in this text to link it to a broader discourse. Provide either text, url, or graphName.6 params

Analyze text or an existing graph and get ideas on how to develop conceptual bridges in this text to link it to a broader discourse. Provide either text, url, or graphName.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to develop based on the latent concepts that connect this text to a broader discourse. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating research questions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
requestModestring
Request mode: 'question' — generate questions that focus on this context; 'transcend' — generate responses that transcend and go beyond the content of the text and relate to a broader discourse.one of question · transcenddefault: transcend
develop_latent_topicsAnalyze text or an existing graph, extract underdeveloped topics and get an idea on how to develop them. Provide either text, url, or graphName.6 params

Analyze text or an existing graph, extract underdeveloped topics and get an idea on how to develop them. Provide either text, url, or graphName.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to develop based on the latent concepts that connect this text to a broader discourse. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating research questions: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
requestModestring
Request mode: 'question' — generate questions that focus on this context; 'transcend' — generate responses that transcend and go beyond the content of the text and relate to a broader discourse.one of question · transcenddefault: transcend
develop_text_toolAnalyze text or an existing graph to extract research questions, develop latent topics, and identify content gaps in a single workflow with progress tracking. Provide either text, url, or graphName.8 params

Analyze text or an existing graph to extract research questions, develop latent topics, and identify content gaps in a single workflow with progress tracking. Provide either text, url, or graphName.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to think about and analyze. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
gapDepthnumber
Depth of content gaps to generate questions fordefault: 0
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
modelToUsestring
AI model to use for generating insights: claude-opus-4.1, claude-sonnet-4, gemini-2.5-flash, gemini-2.5-flash-lite, gpt-4o, gpt-4o-mini, gpt-5, gpt-5-minione of claude-opus-4.1 · claude-opus-4.5 · claude-sonnet-4 · claude-sonnet-4.5 · gemini-2.5-pro · gemini-2.5-flashdefault: gpt-4o
useSeveralGapsboolean
Generate questions for several content gaps found in textdefault: false
transcendDiscourseboolean
Shall we transcend and go beyond this text to relate to a broader discourse? If false, the focus is on this text only.default: false
generate_contextual_hintGenerate information about the main topics and concepts in a text to augment RAG retrieval and text analysis.4 params

Generate information about the main topics and concepts in a text to augment RAG retrieval and text analysis.

Parameters* required
urlstring
URL to fetch content from or YouTube video URL to fetch transcript. Provide one of: text, url, or graphName.
textstring
Text that you'd like to get an overview of to augment RAG retrieval and text analysis. Use new lines to separate separate statements or paragrams in each text (but not the sentences). Provide one of: text, url, or graphName.
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of an existing InfraNodus graph to use. Provide one of: text, url, or graphName.
overlap_between_textsExtract the common relationships and similarities between texts and generate an overlap graph6 params

Extract the common relationships and similarities between texts and generate an overlap graph

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
contextsarray
Array of sources to analyze and find content overlaps for. Each item is an object with exactly one of: { text: string }, { url: string }, or { graphName: string }. Example: [{ text: '...' }, { url: 'https://...' }, { graphName: 'my-graph' }].
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
merged_graph_from_textsBuild a graph of all the texts, URLs, and existing InfraNodus graphs provided, providing topical clusters and gaps present in the merged graph generated from all the texts.6 params

Build a graph of all the texts, URLs, and existing InfraNodus graphs provided, providing topical clusters and gaps present in the merged graph generated from all the texts.

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
contextsarray
Array of sources to analyze and find content overlaps for. Each item is an object with exactly one of: { text: string }, { url: string }, or { graphName: string }. Example: [{ text: '...' }, { url: 'https://...' }, { graphName: 'my-graph' }].
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
difference_between_textsExtract the conceptial relations that are missing in the first text, url, or InfraNodus graph but are present in the other texts6 params

Extract the conceptial relations that are missing in the first text, url, or InfraNodus graph but are present in the other texts

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
contextsarray
Array where the FIRST item is the target to analyze for missing parts; REMAINING items are reference sources. Each item is an object with exactly one of: { text: string }, { url: string }, or { graphName: string }. Example: [{ text: '...' }, { url: 'https://...' }, { graphName: 'my-graph' }].
includeGraphboolean
Include full graph structure in response (add only if explicitly needed)default: false
addNodesAndEdgesboolean
Include nodes and edges in response (add only if explicitly needed, not recommended for longer texts)default: false
includeStatementsboolean
Include processed statements in response (add only if explicitly needed)default: false
modifyAnalyzedTextstring
Entity detection: none (normal), detectEntities (mix entities and words), extractEntitiesOnly (detect entities only - use for ontology and knowledge graph creation and entity extraction)one of none · detectEntities · extractEntitiesOnlydefault: none
analyze_google_search_resultsGenerate a knowledge graph and topical clusters from Google search results for provided search queries9 params

Generate a knowledge graph and topical clusters from Google search results for provided search queries

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
queriesarray
Queries that you'd like to get Google search results for, can be multiple queries
includeGraphboolean
Include the graph structure and keywords in the response (add only if explicitly neededdefault: false
importCountrystring
Country of the search queries, default is United States (US).Use the country most suitable for the language selected.one of AR · AU · BR · CA · CH · CNdefault: US
importLanguagestring
Language of the search queries, default is English (EN), use the language of the conversation or requested by user.one of EN · DE · FR · ES · IT · PTdefault: EN
includeNodesAndEdgesboolean
Include nodes and edges in the response (true only if explicitly required)default: false
includeSearchResultsboolean
Include search results in the responsedefault: false
showExtendedGraphInfoboolean
Include extended graph information in the response (additional information about the content gaps and main topics)default: false
includeSearchResultsOnlyboolean
Only include search results in the response (do not include the knowledge graph, analysis, and keywords)default: false
analyze_related_search_queriesGenerate a knowledge graph and identifymain topical clusters in the search requests related to the search queries provided10 params

Generate a knowledge graph and identifymain topical clusters in the search requests related to the search queries provided

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
queriesarray
Queries that you'd like to get Google related queries for, can be comma-separated for multiple queries
includeGraphboolean
Include the graph structure and keywords in the response (add only if explicitly needed)default: false
importCountrystring
Country of the search queries, default is United States (US). Use the country most suitable for the language selected.one of AR · AU · BR · CA · CH · CNdefault: US
importLanguagestring
Language of the search queries, default is English (EN), use the language of the conversation or requested by user.one of EN · DE · FR · ES · IT · PTdefault: EN
keywordsSourcestring
Source of keywords to use for the graph: related (Google suggestions) or adwords (Google Ads suggestions - broader range)one of related · adwordsdefault: related
includeNodesAndEdgesboolean
Include nodes and edges in the response (true only if explicitly required)default: false
includeSearchQueriesboolean
Include search queries in the responsedefault: false
showExtendedGraphInfoboolean
Include extended graph information in the response (additional information about the content gaps, main topics, and keywords)default: false
includeSearchQueriesOnlyboolean
Only include search queries in the response (do not include the knowledge graph and keywords)default: false
search_queries_vs_search_resultsFind the combinations of keywords and topics people search for that don't appear in the search results for the same queries8 params

Find the combinations of keywords and topics people search for that don't appear in the search results for the same queries

Parameters* required
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
queriesarray
Queries for which you'd like to find the difference between what people find and what people are looking for
includeGraphboolean
Include the graph structure and keywords in the responsedefault: false
importCountrystring
Country of the search queries, default is United States (US). Use the country most suitable for the language selected.one of AR · AU · BR · CA · CH · CNdefault: US
importLanguagestring
Language of the search queries, default is English (EN), use the language of the conversation or requested by user.one of EN · DE · FR · ES · IT · PTdefault: EN
includeSearchQueriesboolean
Include search queries in the responsedefault: false
showExtendedGraphInfoboolean
Include extended graph information in the response (add only if explicitly needed)default: false
includeSearchQueriesOnlyboolean
Only include search queries in the response (do not include the knowledge graph, analysis, and keywords)default: false
generate_seo_reportAnalyze content for SEO optimization by comparing its knowledge graph with the graphs of Google search results and search queries to identify content gaps and opportunities based on the differences9 params

Analyze content for SEO optimization by comparing its knowledge graph with the graphs of Google search results and search queries to identify content gaps and opportunities based on the differences

Parameters* required
urlstring
URL to fetch content from for SEO analysis. Provide either this or text, not both.
textstring
Content that you'd like to optimize for SEO. Use new lines to separate separate statements or paragrams in each text (but not the sentences).
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
useProxyboolean
Use proxy to fetch content from URL (true only if the first request fails, returns javascript only,or is requested by user)default: false
importCountrystring
Country for the search analysis, default is United States (US). Use the country most suitable for the language selected.one of AR · AU · BR · CA · CH · CNdefault: US
importLanguagestring
Language of the content and search queries, default is English (EN), use the language of the conversation or requested by user.one of EN · DE · FR · ES · IT · PTdefault: EN
contentToExtractstring
What to extract from URL: 'all' (default), 'header tags', or 'link tags'.one of all · header tags · link tagsdefault: all
numberOfTopicsToExtractnumber
Number of the top topical cluster names extracted from text to use for the SEO analysis, default is 2, maximum is 4. Use more if you want to get deeper insights but longer processing. In case the tool fails, reduce to 2 or less.default: 2
numberOfKeywordsToExtractnumber
Number of the top keyword groups extracted from text to use for the SEO analysis, default is 2, maximum is 4. Use more if you want to get deeper insights but longer processing. In case the tool fails, reduce to 2 or less.default: 2
retrieve_from_knowledge_baseRetrieve the statements and general overview of an existing InfraNodus knowledge graph based on the user's prompt for GraphRAG based retrieval.7 params

Retrieve the statements and general overview of an existing InfraNodus knowledge graph based on the user's prompt for GraphRAG based retrieval.

Parameters* required
promptstring
Prompt to retrieve context for from the graph
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
graphNamestring
Name of the existing InfraNodus graph in your account to retrieve
includeGraphboolean
Include graph in the response to provide underlying knowledge graph structuredefault: false
compactStatementsboolean
Make statements compact by removing categories and other metadatadefault: false
includeGraphSummaryboolean
Include graph summary string in the response to provide additional contextdefault: true
extendedGraphSummaryboolean
Include extended graph summary object in the response for additional detailed contextdefault: false
list_graphsList all graphs (contexts) for the currently logged in user with optional filtering by name, type, date, language, or favorite status. Use this to discover available graphs before analyzing or searching them.7 params

List all graphs (contexts) for the currently logged in user with optional filtering by name, type, date, language, or favorite status. Use this to discover available graphs before analyzing or searching them.

Parameters* required
typestring
Filter by graph type. Available types: STANDARD, MINDMAP, WORDCLOUD, GEXF, SCIENCE, TWITTER, GOOGLE, NICHE, SEO, EVERNOTE, RSS, WIKILINKS, TXT, PDF, CSV, MD, MEMORY, ONTOLOGY, JSON, KWRDS. Use comma-separated values for OR logic (e.g., 'CSV,GOOGLE,STANDARD'). When user asks for a memory use, MEMORY in the type, when user asks for ontology, use ONTOLOGY,WIKILINKS. If nothing found or unsure what to use,leave empty.
toDatestring
Filter graphs created on or before this date (ISO format, e.g., '2026-01-31T23:59:59.999Z')
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
favoriteboolean
Filter by favorite status
fromDatestring
Filter graphs created on or after this date (ISO format, e.g., '2026-01-01T00:00:00.000Z')
languagestring
Filter by language code (e.g., 'EN', 'AUTO', 'DE', 'FR', 'ES', etc.)
nameContainsstring
Values that should be matched to in the graph name. Use comma-separated values for OR logic (e.g., 'youtube,google,evernote'). Leave empty to list all graphs.
searchFind the concepts and terms in existing InfraNodus graphs4 params

Find the concepts and terms in existing InfraNodus graphs

Parameters* required
querystring
Query to search for in existing InfraNodus graphs
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
contextNamesarray
Names of the existing InfraNodus graphs to search in (array of strings, empty for all)
contextTypesarray
Types of the existing InfraNodus graphs to search in (array of strings, empty for all)
fetchFetch a specific search result for an InfraNodus knowledge graph2 params

Fetch a specific search result for an InfraNodus knowledge graph

Parameters* required
idstring
ID of the search result to retrieve (username:graph_name:search_query
contextstring
Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
get_more_toolsCheck for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.1 params

Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.

Parameters* required
contextstring
A description of your goal and what kind of tool would help accomplish it.

InfraNodus MCP Server

A Model Context Protocol (MCP) server that integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants like Claude Desktop.

Overview

InfraNodus MCP Server enables LLM workflows and AI assistants to analyze text using advanced network science algorithms, generate knowledge graphs, detect content gaps, and identify key topics and concepts. It transforms unstructured text into structured insights using graph theory and network analysis.

InfraNodus MCP Server

Features

You Can Use It To

  • Connect your existing InfraNodus knowledge graphs to your LLM workflows and AI chats
  • Identify the main topical clusters in discourse without missing the important nuances (works better than standard LLM workflows)
  • Identify the content gaps in any discourse (helpful for content creation and research)
  • Generate new knowledge graphs from any text and use them to augment your LLM responses
  • Save and retrieve entities and relations from memory using the knowledge graphs

Available Tools

  1. generate_knowledge_graph

    • Convert any text into a visual knowledge graph
    • Extract topics, concepts, and their relationships
    • Identify structural patterns and clusters
    • Apply AI-powered topic naming
    • Perform entity detection for cleaner graphs
  2. analyze_existing_graph_by_name

    • Retrieve and analyze existing graphs from your InfraNodus account
    • Access previously saved analyses
    • Export graph data with full statistics
  3. analyze_text

    • Analyze a text, URL, or YouTube transcript
    • Extract and analyze a graph from text or URL; provide either text or url
    • Get topics, clusters, statements, graph structure, and AI summary as requested
  4. generate_content_gaps

    • Detect missing connections in discourse
    • Identify underexplored topics
    • Generate research questions
    • Suggest content development opportunities
  5. generate_topical_clusters

    • Generate topics and clusters of keywords from text using knowledge graph analysis
    • Make sure to beyond genetic insights and detect smaller topics
    • Use the topical clusters to establish topical authority for SEO
    • Returns AI-generated overviews of the topical clusters (topicalClusterSummaries), summarizing the discourse each cluster represents — useful for SEO-optimized content creation. Enabled by default; set generateTopicalSummaries: false to increase processing speed or if the summary request fails
  6. generate_contextual_hint

    • Generate a topical overview of a text and provide insights for LLMs to generate better responses
    • Use it to get a high-level understanding of a text
    • Use it to augment prompts in your LLM workflows and AI assistants
  7. generate_research_questions

    • Generate research questions that bridge content gaps from text, URL, or an existing InfraNodus graph
    • Use them as prompts in your LLM models and AI workflows
    • Use any AI model (included in InfraNodus API)
    • Content gaps are identified based on topical clustering
  8. generate_research_ideas

    • Generate innovative research ideas based on content gaps identified in the text
    • Get actionable ideas to improve the text and develop the discourse
    • Use any AI model (included in InfraNodus API)
    • Ideas are generated from gaps between topical clusters
  9. optimize_text_structure

    • Analyze the level of bias and coherence in text using knowledge graph analysis
    • If the text is too biased, develop the represented topics to balance the discourse
    • If the text is focused or diversified, develop the content gaps to deepen the analysis
    • If the text is dispersed, focus the most common gap topics to improve coherence
    • Choose response type: response, idea, question, or transcend
  10. optimize_reasoning

    • Applies the same bias/coherence analysis to the model's own reasoning trace or chat with the user (pass it as text)
    • Detects whether the reasoning is biased, focused, diversified, or dispersed
    • Steers the reasoning toward optimal diversity and coherence at the same time
    • If too biased, develop the under-represented topics; if focused or diversified, bridge the content gaps; if dispersed, focus the most common gap topics
    • Returns a structural diagnosis (diversity stats, topical clusters, gaps) plus suggestions for how to continue thinking
  11. generate_responses_from_graph

    • Generate responses based on an existing InfraNodus graph
    • Integrate them into your LLM workflows and AI assistants
    • Use any AI model (included in InfraNodus API)
    • Use any prompt
  12. develop_conceptual_bridges

    • Analyze text and develop latent ideas based on concepts that connect this text to a broader discourse
    • Discover hidden themes and patterns that link your text to wider contexts
    • Use any AI model (included in InfraNodus API)
    • Generate insights that help develop the discourse
  13. develop_latent_topics

    • Analyze text and extract underdeveloped topics with ideas on how to develop them
    • Identify topics that need more attention and elaboration
    • Use any AI model (included in InfraNodus API)
    • Get actionable suggestions for content expansion
  14. develop_text_tool

    • Comprehensive text analysis combining content gap ideas, latent topics, and conceptual bridges
    • Executes multiple analyses in sequence with progress tracking
    • Generates research ideas based on content gaps
    • Identifies latent topics and conceptual bridges to develop
    • Finds content gaps for deeper exploration
  15. create_knowledge_graph

    • Create a knowledge graph in InfraNodus from text and provide a link to it
    • Use it to create a knowledge graph in InfraNodus from text
  16. generate_ontology_graph

    • Use AI to generate a reasoning ontology graph (entities and the relations between them) from a topic, prompt, or text — e.g. "build an ontology on AI attention mechanisms"
    • Saved as a persistent InfraNodus graph by default and a link is returned; set saveGraph: false if the user asks not to save, or when you only need a one-off AI ontology overview of a topic for the current context that won't be reused later (the generated statements are returned directly without persisting)
    • modelToUse defaults to claude-opus-4.6 for richer ontologies; pick -mini/-lite variants (or gpt-4o-mini) for faster, cheaper generation
    • Returns the compact graph structure (knowledgeGraph) and analytics (main topical clusters, content gaps, top influential nodes, top relations, statistics) by default. Set includeGraph: false to save context space when only the ontology statements or insights are needed. Set includeAnalytics: false if you just need the raw ontology without graph-derived insights — keep it on whenever you want to understand the structure, gaps, or key concepts
  17. analyze_llm_results

    • Ask an LLM to describe a topic and turn its response into a knowledge graph that reveals how the model frames it — main concepts, clusters, content gaps, and the relations between them
    • Use it to probe model bias, surface the implicit structure of an LLM's view on a subject, or compare how different models describe the same topic
    • modelToUse defaults to claude-opus-4.6; pick the model you actually want to study
    • modifyAnalyzedText controls how the LLM output is parsed: 'detectEntities' (default — mixed entities + words), 'extractEntitiesOnly' (entity-only graph), or 'none' (plain co-occurrence)
    • Saves the graph by default; set saveGraph: false for a one-off probe. Returns analytics by default and omits the raw graph (includeGraph: false) to keep responses compact — enable includeGraph when you also need nodes/edges
  18. overlap_between_texts

    • Create knowledge graphs from two or more texts and find the overlap (similarities) between them
    • Use it to find similar topics and keywords across different texts
  19. merged_graph_from_texts

    • Build a graph of all the texts and URLs provided, providing topical clusters and gaps present in the merged graph generated from all the texts
    • Use it to combine multiple sources into one graph and see clusters and content gaps across the merged content
  20. difference_between_texts

    • Compare knowledge graphs from two or more texts and find what's not present in the first graph that's present in the others
    • Use it to find how one text can be enriched with the others
  21. analyze_google_search_results

    • Generate a graph with keywords and topics for Google search results for a certain query
    • Use it to understand the current informational supply (what people find)
  22. analyze_youtube_results

    • Generate a graph with keywords and topics from YouTube results for a query, channel, or playlist
    • Choose what to pull via searchMode: search (video metadata for a search term), comments (comments on a video), channel (a channel's videos — pass a username, URL, or @handle), playlist (a playlist's videos — pass a playlist ID or a URL with list=), subtitles / subtitlesChannel / subtitlesPlaylist (transcribed subtitles of a video / channel / playlist), or searchVideos (analyzes the content of the videos found — limit hard-capped to 20)
    • Control results with limit (default 100, max 2000), sortBy (Popular / Oldest / Latest), excludeDescriptions, importLanguage, and importRegion
    • Use it to understand the topics, clusters, and content gaps in the discourse around a video, channel, playlist, or search term on YouTube
  23. analyze_related_search_queries

    • Generate a graph from the search queries suggested by Google for a certain query
    • Use it to understand the current informational demand (what people are looking for)
  24. search_queries_vs_search_results

    • Generate a graph of keyword combinations and topics people tend to search for that do not readily appear in the search results for the same queries
    • Use it to understand what people search for but don't yet find
  25. generate_seo_report

    • Analyze content for SEO optimization by comparing it with Google search results and search queries
    • Identify content gaps and opportunities for better search visibility
    • Get comprehensive analysis of what's in search results but not in your text
    • Discover what people search for but don't find in current results
  26. memory_add_relations

    • Add relations to the InfraNodus memory from text
    • Automatically detect entities or use [[wikilinks]] syntax to mark them
    • Save memory to a specified graph name for future retrieval
    • Support automatic entity extraction or manual entity marking
    • Provide links to created memory graphs for easy access
  27. memory_get_relations

    • Retrieve relations from InfraNodus memory for specific entities
    • Search for entity relations using [[wikilinks]] syntax
    • Query specific memory contexts or search across all memory graphs
    • Extract statements and relationships from stored knowledge graphs
    • Support both entity-specific searches and full context retrieval
  28. retrieve_from_knowledge_base

    • Retrieve context from an existing InfraNodus knowledge graph using GraphRAG
    • Query your knowledge base with a natural language prompt to get relevant statements
    • Include graph summaries for quick overviews of the knowledge structure
    • Optionally retrieve the full graph, statements, or extended analysis
    • Ideal for augmenting LLM responses with domain-specific knowledge
  29. search

    • Search through existing InfraNodus graphs
    • Also use it to search through the public graphs of a specific user
    • Compatible with ChatGPT Deep Research mode via Developer Mode > Connectors
  30. fetch

    • Fetch a specific search result for a graph
    • Can be used in ChatGPT Deep Research mode via Developer Mode > Connectors

More capabilites coming soon!

Key Capabilities

  • Topic Modeling: Automatic clustering and categorization of concepts
  • Content Gap Detection: Find missing links between concept clusters
  • Entity Recognition: Clean extraction of names, places, and organizations
  • AI Enhancement: Optional AI-powered topic naming and analysis
  • Structural Analysis: Identify influential nodes and community structures
  • Network Structure Statistics: Modularity, centrality, betweenness, and other graph metrics
  • Knowledge Graph Memory: Save and retrieve knowledge graph memories and analyze them to retrieve key nodes, clusters, and connectors

Knowledge Graph Memory Use Advice

InfraNodus represents any text as a network graph in order to identify the main clusters of ideas and gaps between them. This helps generate advanced insights based on the text's structure. The network is effectively a knowledge graph that can also be used to retrieve complex ontological relations between different entities and concepts. This process is automated in InfraNodus using the search and fetch tools along with the other tools that analyze the underlying network.

However, you can also easily use InfraNodus as a more traditional memory server to save and retrieve relations. We use [[wikilinks]] to highlight entities in your text to make your content and graphs compatible with markup syntax and PKM tools such as Obsidian. By default, InfraNodus will generate the name of the memory graph for you based on the context of the conversation. However, you can modify this default behavior by adding a system prompt or project instruction into your LLM client.

Specifically you can specify to always use a speciic knowlege graph for memories to store everything in one place:

Save all memories in the `my-memories` graph in InfraNodus.

Or you can ask InfraNodus to only save certain entities, e.g. for building social networks:

When generating entities, only extract people, companies, and organizations. Ignore everything else.

Installation

The easiest and the fastest way to launch the InfraNodus MCP server is to either use our server URL https://mcp.infranodus.com for the remote / web applications or to add a manual configuration to your LLM apps if you're running them locally.

You can also install the server locally, so you have more control over it. In this case, you can also edit the source files and even create your tools based on the InfraNodus API.

Below we describe the two different ways to set up your InfraNodus MCP server.

1. Easiest Setup: InfraNodus MCP Server (via HTTP/SSE)

  1. Prerequisites
  • Create an account on InfraNodus if you don't have it already and get your InfraNodus API Key. We offer 14-day free trials.
  1. Get the URL
  • We currently use the following URL for our MCP server deployed in our infrastructure:
https://mcp.infranodus.com
  1. Add the MCP server URL to the Client Tool Where You Want to Use InfraNodus
  • Once you add the URL above to your tool, it will automatically prompt you to authenticate using OAuth in order to be able to access the InfraNodus MCP hosted on it.
  1. Using InfraNodus Tools in Your Calls
  • To use InfraNodus, see the tools available and simply call them through the chat interface (e.g. "show me the graphs where I talk about this topic" or "get the content gaps from the document I uploaded")

  • If your client is not using InfraNodus for some actions, add the instruction to use InfraNodus explicitly.

2. Manual Setup: via NPX

You can deploy the InfraNodus server manually via npx — a package that allows to execute local and remote Node.Js packages on your computer.

The InfraNodus MCP server is available as an npm package at https://www.npmjs.com/package/infranodus-mcp-server from where you can launch it remotely on your local computer with npx. It will expose its tools to the MCP client that will be using this command to launch the server

For Claude Desktop / Cursor IDE:

Just add this in your Claude's configuration file (Settings > Developer > Edit Config), inside the "mcpServers" object where the different servers are listed:

{
	"mcpServers": {
		"infranodus": {
			"command": "npx",
			"args": ["-y", "infranodus-mcp-server"],
			"env": {
				"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
			}
		}
	}
}

For Claude Code

To connect the InfraNodus MCP server to your Claude code, you can use this command. Make sure to provide the correct InfraNodus API key for your account:

claude mcp add infranodus -s user \
	-- env INFRANODUS_API_KEY=YOUR_INRANODUS_KEY \
		npx -y infranodus-mcp-server

3. Manual Setup: Launching MCP as a Local Server (for inspection & development)

  1. Prerequisites
  • Node.js 18+ installed
  • InfraNodus API key (get yours at https://infranodus.com/api-access)
  1. Clone and build the server:

    git clone https://github.com/yourusername/mcp-server-infranodus.git
    cd mcp-server-infranodus
    npm install
    npm run build:inspect
    npm run inspect
    

Note that build:inspect will generate the dist/index.js file which you will then use in your server setup. The standard npm run build command will only build a Smithery file.

  1. Set up your API key:

    Create a .env file in the project root:

    INFRANODUS_API_KEY=your-api-key-here
    
  2. Inspect the MCP:

    npm run inspect
    

Claude Desktop Configuration (macOS)

  1. Open your Claude Desktop configuration file:

    open ~/Library/Application\ Support/Claude/claude_desktop_config.json
    
  2. Add the InfraNodus server configuration:

a. remote launch via npx:

{
	"mcpServers": {
		"infranodus": {
			"command": "npx",
			"args": ["-y", "infranodus-mcp-server"],
			"env": {
				"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
			}
		}
	}
}

b. launch this repo with node, specify the absolute path to the repo + /dist/index.js:

{
	"mcpServers": {
		"infranodus": {
			"command": "node",
			"args": ["/absolute/path/to/mcp-server-infranodus/dist/index.js"],
			"env": {
				"INFRANODUS_API_KEY": "your-api-key-here"
			}
		}
	}
}

Note: you can leave the INFRANODUS_API_KEY empty in which case you can make 70 free requests after which you will hit quota and will need to add your API key.

  1. Restart Claude Desktop to load the new server.

Claude Desktop Configuration (Windows)

  1. Open your Claude Desktop configuration file:

    %APPDATA%\Claude\claude_desktop_config.json
    
  2. Add the InfraNodus server configuration:

a. remote launch via npx:

{
	"mcpServers": {
		"infranodus": {
			"command": "npx",
			"args": ["-y", "infranodus-mcp-server"],
			"env": {
				"INFRANODUS_API_KEY": "YOUR_INFRANODUS_API_KEY"
			}
		}
	}
}

b. launch this repo with node:

{
	"mcpServers": {
		"infranodus": {
			"command": "node",
			"args": ["C:\\path\\to\\mcp-server-infranodus\\dist\\index.js"],
			"env": {
				"INFRANODUS_API_KEY": "your-api-key-here"
			}
		}
	}
}
  1. Restart Claude Desktop.

Cursor Configuration

Other MCP-Compatible Applications

For other applications supporting MCP, use the following command to start the server via npx:

INFRANODUS_API_KEY=your-api-key npx -y infranodus-mcp-server

or locally

INFRANODUS_API_KEY=your-api-key node /path/to/mcp-server-infranodus/dist/index.js

The server communicates via stdio, so configure your application to run this command and communicate through standard input/output.

Legacy Setup via Smithery

InfraNodus server is also available through Smithery: a repository of MCP servers that has an easy-to-follow installation process for most LLM clients. You will need a separate accout at Smithery though.

  • Create an account on Smithery.Ai (it's free and you can use your Google or GitHub login)

  • Then go to the Smithery InfraNodus Server, click "Configure" at the top right, and add your InfraNodus API key there.

  • Go to Smithery InfraNodus Server and get the URL link from Smithery https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp for the server or use one of their automatic setup tools for Claude or Cursor.

  • You may need to get your separate Smithery API key and Smithery proile link to make this work.

For Cursor:
// e.g. Cursor will access directly the server via Smithery
"mcpServers": {
    "mcp-server-infranodus": {
      "type": "http",
      "url": "https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp?api_key=YOUR_SMITHERY_KEY&profile=YOUR_SMITHERY_PROFILE",
      "headers": {}
    }
  }

For Claude:

// Claude uses a slightly different implementation
// Fot this, it launches the MCP server on your local machine
"mcpServers": {
   "mcp-server-infranodus": {
			"command": "npx",
			"args": [
				"-y",
				"@smithery/cli@latest",
				"run",
				"@infranodus/mcp-server-infranodus",
				"--key",
				"YOUR_SMITHERY_KEY",
				"--profile",
				"YOUR_SMITHERY_PROFILE"
			]
		}
  }

Note, in both cases, you'll automatically get the YOUR_SMITHERY_KEY and YOUR_SMITHERY_PROFILE values from Smithery when you copy the URL with credentials. These are not your InfraNodus API keys. You can use the InfraNodus API server without the API for the first 70 calls. Then you can add it to your Smithery profile and it will automatically connect to your account using the link above.

Usage Examples

Once installed, you can ask Claude to:

  • "Use InfraNodus to analyze this text and show me the main topics"
  • "Generate a knowledge graph from this document"
  • "Find content gaps in this article"
  • "Retrieve my existing graph called 'Research Notes' from InfraNodus"
  • "What are the structural gaps in this text?"
  • "Identify the most influential concepts in this content"

Development

Running in Development Mode

npm run dev

Using the MCP Inspector

Test the server with the MCP Inspector:


npm run build:inspect
npm run inspect

Building from Source

npm run build

Watching for Changes

npm run watch

API Documentation

generate_knowledge_graph

Analyzes text and generates a knowledge graph.

Parameters:

  • text (string, required): The text to analyze
  • includeStatements (boolean): Include original statements in response
  • modifyAnalyzedText (string): Text modification options ("none", "entities", "lemmatize")

analyze_existing_graph_by_name

Retrieves and analyzes an existing graph from your InfraNodus account.

Parameters:

  • graphName (string, required): Name of the existing graph
  • includeStatements (boolean): Include statements in response
  • includeGraphSummary (boolean): Include graph summary

analyze_text

Analyze a text, URL, or YouTube transcript. Extract and analyze a graph from text or URL; provide either text or url.

Parameters:

  • text (string, optional): Text to analyze. Provide either this or url.
  • url (string, optional): URL to fetch content from (e.g. webpage or YouTube transcript). Provide either this or text.
  • includeStatements (boolean): Include processed statements in response
  • includeGraph (boolean): Include full graph structure in response
  • addNodesAndEdges (boolean): Include nodes and edges in response
  • includeGraphSummary (boolean): Include AI-generated graph summary for RAG prompt augmentation
  • modifyAnalyzedText (string): Entity detection — "none", "detectEntities", or "extractEntitiesOnly"

generate_content_gaps

Identifies content gaps and missing connections in text.

Parameters:

  • text (string, required): The text to analyze for gaps

Progress Notifications

For long-running operations (like SEO analysis), the MCP server supports real-time progress notifications that provide intermediary feedback to AI agents. This allows agents to:

  • Track the progress of multi-step operations
  • Display status messages to users
  • Understand what's happening during lengthy analyses

Implementation

The server implements MCP progress notifications using:

  1. ToolHandlerContext: All tool handlers can receive an optional context parameter containing the server instance and progress token
  2. ProgressReporter: A utility class that simplifies sending progress updates with percentages and messages
  3. Wrapped Handlers: Tool registration automatically injects the server context into handlers

Example Usage in Tools

import { ProgressReporter } from "../utils/progress.js";
import { ToolHandlerContext } from "../types/index.js";

handler: async (params: ParamType, context: ToolHandlerContext = {}) => {
	const progress = new ProgressReporter(context);

	await progress.report(25, "Fetching data from API...");
	// Do work

	await progress.report(75, "Analyzing results...");
	// More work

	await progress.report(100, "Complete!");
	return results;
};

The generate_seo_report tool demonstrates this pattern with 6 major progress checkpoints that provide detailed status updates throughout the multi-step analysis process.

Troubleshooting

Server doesn't appear in Claude

  1. Verify the configuration file path is correct
  2. Check that the API key is valid
  3. Ensure Node.js is in your system PATH
  4. Restart Claude Desktop completely

API Key Issues

  • Get your API key at: https://infranodus.com/api-access
  • Ensure the key is correctly set in the configuration
  • Check that the key has not expired

Build Errors

# Clean install
rm -rf node_modules package-lock.json
npm install
npm run build

Resources

  • InfraNodus Website
  • InfraNodus MCP
  • InfraNodus API Documentation
  • MCP Protocol Documentation
  • Graph Theory Concepts

License

MIT

Support

For issues related to:

  • This MCP server: Open an issue in this repository
  • InfraNodus API: Contact support@infranodus.com
  • MCP Protocol: Visit the MCP community
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & Knowledge
Registryactive
TransportHTTP
AuthRequired
UpdatedOct 4, 2025
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185