Sign In

@inflectiv-ai/inflectiv-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inflectiv-ai/inflectiv-mcp

MCP server for the Inflectiv AI platform — manage agents, datasets, files, and webhooks, plus ChainAware on-chain intelligence, from Claude Desktop or Claude Code

latest
npmnpm
Version
1.2.0
Version published
Weekly downloads
243
3371.43%
Maintainers
1
Weekly downloads
 
Created
Source

Inflectiv MCP Server

npm version Node.js License: MIT Model Context Protocol

Connect any AI agent to the Inflectiv data platform via the Model Context Protocol. Build knowledge bases, create AI agents, run semantic search, upload files, and chat — from any MCP-compatible client.

Works with any AI agent — not limited to coding. Use it for research, customer support, content creation, data pipelines, and multi-agent workflows.

What It Does

Inflectiv turns raw data (documents, URLs, text, files) into structured, searchable knowledge that AI agents can query and build on. This MCP server gives your agent direct access to:

  • Search — Semantic / RAG search across your knowledge base
  • Agents — Create, configure, and chat with AI agents trained on your data
  • Datasets — Create, clone, update, reindex, and cross-query datasets
  • Knowledge — Write and manage intelligence entries (auto-embedded, deduplicated)
  • Files — Upload PDFs, CSVs, JSON, and 10+ other formats as knowledge sources
  • Webhooks — Subscribe to real-time events when data is processed
  • ChainAware — On-chain intelligence: wallet fraud/AML risk, rug-pull risk, credit scoring, behaviour profiling, and token rankings
  • Crypto payments (optional) — Pay per request with USDC on Base when credits run out, via the x402 protocol

33 tools and 3 documentation resources, listed below.

Quick Start

  • Get an API key from the Inflectiv dashboardDatasets → select a dataset → Create Key.
  • Add the config below to your MCP client.
  • Ask your agent: "search my dataset for machine learning" or "list my agents".

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "inflectiv": {
      "command": "npx",
      "args": ["-y", "@inflectiv-ai/inflectiv-mcp"],
      "env": {
        "INFLECTIV_API_KEY": "inf_your_key_here"
      }
    }
  }
}

Claude Code

claude mcp add inflectiv -e INFLECTIV_API_KEY=inf_your_key_here -- npx -y @inflectiv-ai/inflectiv-mcp

Or edit .mcp.json directly in your project root:

{
  "mcpServers": {
    "inflectiv": {
      "command": "npx",
      "args": ["-y", "@inflectiv-ai/inflectiv-mcp"],
      "env": {
        "INFLECTIV_API_KEY": "inf_your_key_here"
      }
    }
  }
}

Cursor / Windsurf / Other MCP Clients

Any MCP-compatible client works. Run npx -y @inflectiv-ai/inflectiv-mcp with the INFLECTIV_API_KEY env var.

Configuration

VariableRequiredDefaultDescription
INFLECTIV_API_KEYYesAPI key (must start with inf_). See API Keys below.
INFLECTIV_BASE_URLNohttps://app.inflectiv.ai/api/platformOverride the API base URL (self-hosted or local dev).
INFLECTIV_WALLET_PRIVATE_KEYNoEVM wallet private key for x402 crypto payments. When set and credits hit 0, the server pays per request in USDC on Base. Optional — see Crypto Payments.

API Keys

There are two kinds of key, and they change how some tools behave:

  • Per-dataset key (inf_...) — bound to a single dataset. Dataset-scoped tools operate on that dataset automatically; you never pass dataset_id.
  • Global key (inf_global_...) — spans every dataset you own plus active marketplace acquisitions. Dataset-scoped tools accept an optional dataset_id to target a specific dataset, and unlock account-level tools like inflectiv_create_dataset, inflectiv_clone_dataset, and inflectiv_cross_query.

Tools (33)

Agents

ToolDescriptionCost
inflectiv_list_agentsList all your agentsFree
inflectiv_create_agentCreate a new AI agentPaid
inflectiv_get_agentGet agent detailsFree
inflectiv_update_agent_configUpdate agent settings (model, personality, temperature, etc.)Paid
inflectiv_chat_with_agentChat with RAG-enabled responses (multi-turn supported)Paid
inflectiv_list_agent_datasetsList datasets attached to an agentFree
inflectiv_attach_datasetAttach a dataset to an agentFree
inflectiv_update_dataset_modeSwitch between read_only and self_learningFree
ToolDescriptionCost
inflectiv_list_datasetsList accessible datasetsFree
inflectiv_create_datasetCreate a new dataset (requires a global key)Paid
inflectiv_clone_datasetClone an accessible dataset into your account (global key)Paid
inflectiv_update_datasetUpdate dataset name, description, and instructionsFree
inflectiv_reindex_datasetReindex vectors (run after bulk changes)Paid
inflectiv_search_datasetSemantic search across your knowledge basePaid
inflectiv_batch_searchRun up to 20 searches in one callPaid
inflectiv_cross_queryQuery multiple datasets at once (global key, advanced tier)Paid
inflectiv_list_knowledge_sourcesList all sources (files, URLs, text, AI-generated)Free

Global API keys (inf_global_*) unlock account-level tools — inflectiv_create_dataset, inflectiv_clone_dataset, and inflectiv_cross_query. A per-dataset key (inf_*) operates only on its bound dataset.

Intelligence (Write Knowledge)

ToolDescriptionCost
inflectiv_write_intelligenceWrite a knowledge entry (auto-embedded & deduplicated)Paid
inflectiv_batch_write_intelligenceWrite up to 50 entries in one callPaid
inflectiv_list_intelligenceList entries with filtering & paginationFree

Files

ToolDescriptionCost
inflectiv_upload_fileUpload a local file as a knowledge sourcePaid
inflectiv_list_filesList uploaded filesFree
inflectiv_get_fileGet file details & processing statusFree
inflectiv_reprocess_fileRetry a failed file uploadPaid

Supported formats: PDF, DOCX, TXT, MD, HTML, XML, CSV, JSON, JSONL, TSV, XLSX, XLS, Parquet

Webhooks

ToolDescriptionCost
inflectiv_register_webhookSubscribe to events (HTTPS only)Free
inflectiv_list_webhooksList registered webhooksFree
inflectiv_test_webhookSend a test event to verify your endpointFree

Events: intelligence.processed, intelligence.failed, intelligence.deduped, dataset.mode_changed

ChainAware (on-chain intelligence)

ToolDescriptionCost
inflectiv_chainaware_fraudPredictive fraud / AML risk for a walletPaid
inflectiv_chainaware_rug_pullPredictive rug-pull risk for a walletPaid
inflectiv_chainaware_credit_scoreOn-chain credit score for a walletPaid
inflectiv_chainaware_behaviourPredictive behaviour profile for a walletPaid
inflectiv_chainaware_token_rankRanked token list for a network (paged, sortable)Paid
inflectiv_chainaware_token_rank_singleRanking for a single token by contract addressPaid

Requires the chainaware_api feature on your subscription tier. Calls spend from the paid credit pool; same-day repeat lookups are cached for free, and unprovisioned wallet lookups are not charged.

Each tool's full parameters and credit cost are described in its tool definition, which your MCP client surfaces automatically.

Examples

Once connected, ask your AI agent in natural language:

"List my datasets"
"Search my knowledge base for refund policy"
"Upload my-data.pdf to the dataset"
"Create an agent called Support Bot with a friendly personality"
"Chat with agent 42: What are the return deadlines?"
"Write this as intelligence: Our return window is 30 days"
"Register a webhook at https://example.com/hook for processed events"
"Check the fraud risk on wallet 0xabc… on ETH"

Use Cases

  • Customer support agent — Upload help docs, FAQs, and policies; create a friendly agent; let any MCP client answer customer questions with sourced responses.
  • Research assistant — Feed papers and notes into a dataset, search semantically across thousands of documents, and write new findings back as instantly searchable intelligence.
  • Knowledge base for AI workflows — Build a structured base any agent can query; use webhooks to react when new intelligence is processed.
  • Data pipeline automation — Upload CSV/JSON/Parquet programmatically, monitor processing status, trigger reindexing after bulk loads.
  • Multi-agent collaboration — Specialized agents (researcher, writer, analyst) sharing datasets, with self-learning mode so agents contribute back.

Crypto Payments (x402)

The server can pay for paid operations automatically using USDC on Base via the x402 protocol — no top-up needed. Set INFLECTIV_WALLET_PRIVATE_KEY to a funded EVM wallet; when an API call returns 402 Payment Required, the server signs and retries the request with payment.

⚠️ A wallet private key grants full control of that wallet. Use a dedicated, low-balance wallet, never your primary one, and never commit or share the key.

MCP Resources

The server also exposes reference resources any MCP client can read:

URIContent
inflectiv://docs/overviewAuthentication, concepts, getting started
inflectiv://docs/webhook-eventsEvent types and payload examples
inflectiv://docs/credit-costsFull credit cost table

Requirements

The server is published as @inflectiv-ai/inflectiv-mcp on npm and runs automatically via npx — no build or installation step required. All processing is handled server-side by the Inflectiv platform.

License

MIT © Inflectiv

Keywords

mcp

FAQs

Package last updated on 18 Aug 2026

Related posts