MCP.so
Sign In

Content Import Example

@brianintegrationapp

About Content Import Example

MCP AI Agent that uses tools exposed by the Integration App MCP server to perform tasks in Hubspot

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

brianintegrationapp

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Content Import Example?

Content Import Example is a Next.js/React demo application that demonstrates importing content and files into a knowledge base using Integration.app. It is intended for developers who want to integrate content import workflows into their own apps.

How to use Content Import Example?

Clone the repository, install dependencies (npm install or yarn install), copy the .env-sample file to .env, and fill in your Integration.app workspace credentials (Workspace Key and Secret), a MongoDB connection string, and optionally AWS S3 and Unstructured.io credentials. Then add the "Continuously Import Content to My App" scenario to your workspace via the Integration.app console, configure the 8 apps as guided, and start the development server with npm run dev or yarn dev.

Key features of Content Import Example?

  • Demonstrates importing content and files into a knowledge base
  • Built with Next.js/React for rapid development
  • Integrates with Integration.app flows and scenario templates
  • Optional AWS S3 for file storage and retrieval
  • Optional Unstructured.io for text extraction from documents
  • Local MongoDB support via Docker Compose

Use cases of Content Import Example?

  • Continuously import documents from external sources into a knowledge base
  • Extract and index text from PDFs, Word files, and other formats

Comments

More Other MCP servers