BlogIn MCP Server for Google ADKGive Google ADK instant access to 7 tools to Create Internal Post, Get Post Details, List Categories, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add BlogIn as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this App Connector for Google ADK
The BlogIn app connector for Google ADK is a standout in the Collaboration category — giving your AI agent 7 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="blogin_agent",
instruction=(
"You help users interact with BlogIn "
"using 7 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About BlogIn MCP Server
Connect your BlogIn internal blog to any AI agent and simplify how you share knowledge, track team updates, and manage your company's internal wiki through natural conversation.
Google ADK natively supports BlogIn as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 7 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Post Management — List all internal blog posts and retrieve detailed metadata and HTML content for specific entries.
- Content Creation — Programmatically create new blog posts with titles, categories, and full text directly via AI.
- Wiki & Pages — Query static internal pages to access company policies, handbooks, and static documentation.
- Team Directory — List account users and members to understand your organizational structure and contributors.
- Discussion Tracking — Monitor recent comments across all posts to stay on top of internal feedback.
- Categorization — List and browse post categories to find relevant content by topic.
The BlogIn MCP Server exposes 7 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 7 BlogIn tools available for Google ADK
When Google ADK connects to BlogIn through Vinkius, your AI agent gets direct access to every tool listed below — spanning internal-blog, team-communication, knowledge-sharing, and more. Every call is secured with network, filesystem, subprocess, and code evaluation entitlements inside a sandboxed runtime. Beyond a simple connection, you get a full AI Gateway with real-time visibility into agent activity, enterprise governance, and optimized token usage.
Create a new blog post
Get details for a specific post
List post categories
List internal wiki pages
List BlogIn posts
List recent post comments
List account users
Connect BlogIn to Google ADK via MCP
Follow these steps to wire BlogIn into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind the Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the BlogIn MCP Server
Google ADK provides unique advantages when paired with BlogIn through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with BlogIn
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine BlogIn tools with BigQuery, Vertex AI, and Cloud Functions
BlogIn + Google ADK Use Cases
Practical scenarios where Google ADK combined with the BlogIn MCP Server delivers measurable value.
Enterprise data agents: ADK agents query BlogIn and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine BlogIn tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query BlogIn regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including BlogIn
Example Prompts for BlogIn in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with BlogIn immediately.
"List the most recent internal blog posts."
"Show me the comments for the post 'Quarterly Roadmap Update'."
"Create an internal post: 'New Benefits Guide' in the 'HR' category."
Troubleshooting BlogIn MCP Server with Google ADK
Common issues when connecting BlogIn to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkBlogIn + Google ADK FAQ
Common questions about integrating BlogIn MCP Server with Google ADK.
