# BlogIn MCP for AI Agents AI Agent Connect

> BlogIn lets you connect your internal company blog and wiki to your AI agent. You can manage posts, browse internal pages, and track team discussions through a chat interface. It's built for teams that need to share knowledge and company updates without making people hunt through different folders or tabs. Get your internal knowledge base into your daily workflow.

## Overview
- **Category:** collaboration
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_JsyTkDFpU3Xt7fj6NiwY0Jbosf4J35veIoOWrVXq/ai-agent-connect
- **Tags:** internal-blog, team-communication, knowledge-sharing, company-updates, wiki-management, content-creation

## Description

BlogIn connects your internal company blog and wiki to your AI agent. It simplifies how you share knowledge, track team updates, and manage your company's internal wiki through natural conversation. You're probably tired of having your company's knowledge scattered across a dozen different places. Maybe some info is in a wiki, some is in a shared drive, and the latest updates are buried in an old blog. This Connector changes that by letting your AI agent act as the primary interface for your BlogIn content. Instead of hunting for the latest HR policy or a specific project update, you just ask your agent. It can pull up specific posts, summarize recent comments, and even draft new announcements for you. It handles the heavy lifting of navigating your internal documentation so your team can just focus on the work. When you add this to your setup on Vinkius, you're essentially giving your agent a seat at the table for all your internal communications. You can ask it to find a specific handbook page, list out all the recent team feedback, or see who's on the team, all without leaving your workspace. It turns a static repository of information into a conversational resource that actually gets used by your staff. Instead of people getting frustrated by outdated links or missing announcements, they get immediate answers. It makes your internal documentation feel like a living part of your daily workflow rather than a graveyard of files.

## Tools

### create_internal_post
Create a new blog post with a title, category, and full text. This lets you publish company news quickly.

### get_post_details
Retrieve the HTML content and metadata for a specific blog entry. Use this to see the full details of a post.

### list_categories
Get a list of all blog categories. This helps you organize and find content by topic.

### list_recent_comments
See the latest comments on all posts. Use this to monitor team feedback and engagement.

### list_internal_pages
List all wiki pages and internal documents. This makes it easy to find policies and handbooks.

### list_posts
Get a list of all blog posts in your account. Use this to browse your entire content history.

### list_team_members
List all account users and team members. This helps you understand your organizational structure.

## Prompt Examples

**Prompt:** 
```
What's the latest update on our remote work policy?
```

**Response:** 
```
I've checked your internal wiki pages. The most recent update was posted on June 12th and states that employees can work remotely up to 3 days a week. Would you like me to pull up the full document for you?
```

**Prompt:** 
```
Create a new post in the 'Team News' category about the successful product launch.
```

**Response:** 
```
Done! I've created the 'Product Launch Success' post in the Team News category. It's now live for your team to see.
```

**Prompt:** 
```
Show me what people are saying about the new office layout.
```

**Response:** 
```
I found 4 recent comments on your 'Office Layout' post. People are generally happy with the new seating, but 2 people asked about the coffee station. Here's a summary:

| User | Comment |
|---|---|
| Sarah | Love the new desks! |
| Mike | Where is the coffee? |
| Jen | Great layout. |
| Tom | Need more chairs.
```

## Capabilities

### Create new blog posts
Draft and publish new internal announcements directly through your AI agent.

### Fetch specific post data
Get the full content and metadata of any existing blog entry instantly.

### Browse internal wiki pages
Access company policies and handbooks by asking questions.

### Track team discussions
See the latest comments and feedback across all your blog posts.

### Manage post categories
Organize and browse content by specific topics or departments.

### Identify team members
Look up account users and organizational members through the agent.

## Use Cases

### Updating the employee handbook
An HR manager asks the agent to find the current remote work policy. The agent uses list_internal_pages to find the correct wiki and summarizes it.

### Publishing a weekly recap
A team lead tells the agent to create a post about the week's wins. The agent uses create_internal_post to put it live in the 'Wins' category.

### Checking for feedback
A manager asks 'What are people saying about the new office layout?' The agent uses list_recent_comments to pull the latest discussions.

### Onboarding a new hire
A new employee asks the agent where to find the benefits guide. The agent uses list_internal_pages and get_post_details to provide the answer.

## Benefits

- Stop hunting for PDFs: Use list_internal_pages to find company policies and handbooks instantly without searching through folders.
- Faster announcements: Use create_internal_post to draft and publish new team updates in seconds instead of manual formatting.
- Better feedback loops: Use list_recent_comments to see what your team is actually saying about your latest posts.
- Organized content: Use list_categories to keep your internal knowledge base structured and easy for the AI to navigate.
- Instant context: Use get_post_details to pull specific information into your chat so you don't have to switch tabs.
- Clearer team structures: Use list_team_members to quickly see who's on the team and what their roles are.

## How It Works

The bottom line is you get a conversational way to manage and search your entire internal knowledge base.

1. Subscribe to the BlogIn MCP on Vinkius.
2. Add your BlogIn API Key and Subdomain from your account settings.
3. Start asking your AI client to find info or create posts.

## Frequently Asked Questions

**Can BlogIn help my team find company policies faster?**
Yes, it lets your AI agent search your internal wiki pages instantly. Instead of digging through folders, your team can just ask the agent for the specific policy they need.

**How do I use BlogIn to share company updates?**
You can have your AI agent draft and publish new posts directly. This makes it much faster to keep everyone informed about news, wins, and changes.

**Can my AI agent see the comments on our internal blog?**
Yes, it can monitor recent comments across all posts. This helps you stay on top of team feedback and see what people are saying in real time.

**Is this Connector good for HR and operations?**
It's perfect for those roles. It helps HR manage handbooks and helps Ops ensure that all company documentation is easily accessible to everyone.

**How do I get my BlogIn data into my AI client?**
You just need to connect this Connector via Vinkius. Once you add your API key and subdomain, your agent can start interacting with your blog and wiki content immediately.

**Can I organize my blog posts into different categories?**
Yes, the Connector can list and browse your categories. This helps keep your internal knowledge organized so your agent can find the right information more accurately.

**Can I see the HTML content of a specific internal post via AI?**
Yes! Use the `get_post_details` tool and provide the Post ID. Your agent will retrieve the complete metadata and HTML body for that specific blog entry.

**How do I list all the static wiki pages in my account?**
Run the `list_internal_pages` query. The agent will retrieve a complete list of all static, wiki-style pages currently configured in your BlogIn account.

**Is it possible to create a new internal post via AI?**
Absolutely. Use the `create_internal_post` action. Provide a title, the content, and an optional category ID to publish a new update instantly to your team.