2,500+ MCP servers ready to use
Vinkius

Intrinio MCP Server for Google ADK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Intrinio as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.

Vinkius supports streamable HTTP and SSE.

python
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="intrinio_agent",
    instruction=(
        "You help users interact with Intrinio "
        "using 10 available tools."
    ),
    tools=[mcp_tools],
)
Intrinio
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* 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 Intrinio MCP Server

Empower your AI agents with Intrinio's comprehensive financial data. This MCP server allows you to retrieve real-time and historical stock prices, access financial statements, search for companies, and track earnings releases and IPO calendars directly through the Intrinio API. Ideal for financial analysis, portfolio monitoring, and market research.

Google ADK natively supports Intrinio as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 10 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.

The Intrinio MCP Server exposes 10 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.

How to Connect Intrinio to Google ADK via MCP

Follow these steps to integrate the Intrinio MCP Server with Google ADK.

01

Install Google ADK

Run pip install google-adk

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Create the agent

Save the code above and integrate into your ADK workflow

04

Explore tools

The agent will discover 10 tools from Intrinio via MCP

Why Use Google ADK with the Intrinio MCP Server

Google ADK provides unique advantages when paired with Intrinio through the Model Context Protocol.

01

Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution

02

Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Intrinio

03

Production-ready features like session management, evaluation, and deployment come built-in. not bolted on

04

Seamless integration with Google Cloud services means you can combine Intrinio tools with BigQuery, Vertex AI, and Cloud Functions

Intrinio + Google ADK Use Cases

Practical scenarios where Google ADK combined with the Intrinio MCP Server delivers measurable value.

01

Enterprise data agents: ADK agents query Intrinio and cross-reference results with internal databases for comprehensive analysis

02

Multi-modal workflows: combine Intrinio tool responses with Gemini's vision and language capabilities in a single agent

03

Automated compliance checks: schedule ADK agents to query Intrinio regularly and flag policy violations or configuration drift

04

Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Intrinio

Intrinio MCP Tools for Google ADK (10)

These 10 tools become available when you connect Intrinio to Google ADK via MCP:

01

get_company

g., "AAPL") or ID. Returns headquarters address, employee counts, and business descriptions. Useful for providing a profile overview of a company. Retrieves details for a specific company

02

get_earnings_releases

Essential for tracking reporting seasons and anticipating market volatility for specific tickers. Lists upcoming and past earnings releases

03

get_financials

Returns line items and values. Essential for fundamental financial analysis and performance vetting. Retrieves financial statements for a company

04

get_ipo_calendar

Useful for identifying new market entrants and investment opportunities. Retrieves the IPO calendar

05

get_security

Returns exchange info, security type, and identifiers. Use this to distinguish between different types of instruments traded under similar names. Retrieves details for a specific security

06

get_stock_prices

Use this to analyze market performance and price trends over time. Retrieves historical stock prices for a security

07

list_companies

Returns company names, tickers, and internal IDs. Use this to discover tickers before querying specific stock prices or financial statements. Lists all companies covered by Intrinio

08

list_indices

g., S&P 500, Dow Jones) tracked by Intrinio. Use this to identify index identifiers before querying index performance data. Lists stock market indices

09

list_news

Useful for monitoring market-moving events and recent announcements from public companies. Lists latest financial news

10

search_companies

Use this when the user provided a partial company name and you need to locate the correct ticker or ID. Searches for companies by name or ticker

Example Prompts for Intrinio in Google ADK

Ready-to-use prompts you can give your Google ADK agent to start working with Intrinio immediately.

01

"List financial statements for Apple (AAPL)."

02

"Get the latest stock price for Microsoft."

03

"Search for companies in the 'Software' industry."

Troubleshooting Intrinio MCP Server with Google ADK

Common issues when connecting Intrinio to Google ADK through the Vinkius, and how to resolve them.

01

McpToolset not found

Update: pip install --upgrade google-adk

Intrinio + Google ADK FAQ

Common questions about integrating Intrinio MCP Server with Google ADK.

01

How does Google ADK connect to MCP servers?

Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
02

Can ADK agents use multiple MCP servers?

Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
03

Which Gemini models work best with MCP tools?

Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.

Connect Intrinio to Google ADK

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.