4,000+ servers built on vurb.ts
Vinkius

OSTI (DOE Scientific Research) MCP Server for AutoGenGive AutoGen instant access to 6 tools to Get Data Explorer Record, Get Osti Record, Reserve Doi, and more

MCP Inspector GDPR Free for Subscribers

Microsoft AutoGen enables multi-agent conversations where agents negotiate, delegate, and execute tasks collaboratively. Add OSTI (DOE Scientific Research) as an MCP tool provider through Vinkius and every agent in the group can access live data and take action.

Ask AI about this MCP Server for AutoGen

The OSTI (DOE Scientific Research) MCP Server for AutoGen is a standout in the Knowledge Management category — giving your AI agent 6 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
python
import asyncio
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.tools.mcp import McpWorkbench

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    async with McpWorkbench(
        server_params={"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"},
        transport="streamable_http",
    ) as workbench:
        tools = await workbench.list_tools()
        agent = AssistantAgent(
            name="osti_doe_scientific_research_agent",
            tools=tools,
            system_message=(
                "You help users with OSTI (DOE Scientific Research). "
                "6 tools available."
            ),
        )
        print(f"Agent ready with {len(tools)} tools")

asyncio.run(main())
OSTI (DOE Scientific Research)
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 OSTI (DOE Scientific Research) MCP Server

Connect to the Office of Scientific and Technical Information (OSTI) to query the US Department of Energy's vast research output. This MCP server allows AI agents to navigate millions of research records and datasets through natural conversation.

AutoGen enables multi-agent conversations where agents negotiate, delegate, and collaboratively use OSTI (DOE Scientific Research) tools. Connect 6 tools through Vinkius and assign role-based access. a data analyst queries while a reviewer validates, with optional human-in-the-loop approval for sensitive operations.

What you can do

  • Research Search — Query OSTI.GOV for publications, reports, and conference papers using authors, titles, or specific identifiers.
  • Dataset Discovery — Search the DOE Data Explorer specifically for scientific datasets and retrieve detailed metadata for data-driven insights.
  • Record Inspection — Fetch comprehensive bibliographic data and full-text availability for specific records using unique OSTI IDs.
  • DOI Management — Reserve and submit Digital Object Identifiers (DOIs) via the E-Link API for DOE-funded scientific research and data.
  • Advanced Filtering — Narrow down results by sponsoring organization, research organization, or specific publication date ranges.

The OSTI (DOE Scientific Research) MCP Server exposes 6 tools through the Vinkius. Connect it to AutoGen in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 6 OSTI (DOE Scientific Research) tools available for AutoGen

When AutoGen connects to OSTI (DOE Scientific Research) through Vinkius, your AI agent gets direct access to every tool listed below — spanning doe-research, scientific-publications, metadata-management, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

get

Get data explorer record on OSTI (DOE Scientific Research)

Get a single DOE Data Explorer record by ID

get

Get osti record on OSTI (DOE Scientific Research)

Get a single OSTI.GOV record by ID

reserve

Reserve doi on OSTI (DOE Scientific Research)

Requires minimal metadata. Reserve a DOI via E-Link API

search

Search data explorer records on OSTI (DOE Scientific Research)

Search DOE Data Explorer records (datasets)

search

Search osti records on OSTI (DOE Scientific Research)

Search OSTI.GOV records

submit

Submit record on OSTI (DOE Scientific Research)

Submit/Update a record and register DOI via E-Link API

Connect OSTI (DOE Scientific Research) to AutoGen via MCP

Follow these steps to wire OSTI (DOE Scientific Research) into AutoGen. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install AutoGen

Run pip install "autogen-ext[mcp]"
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Integrate into workflow

Use the agent in your AutoGen multi-agent orchestration
04

Explore tools

The workbench discovers 6 tools from OSTI (DOE Scientific Research) automatically

Why Use AutoGen with the OSTI (DOE Scientific Research) MCP Server

AutoGen provides unique advantages when paired with OSTI (DOE Scientific Research) through the Model Context Protocol.

01

Multi-agent conversations: multiple AutoGen agents discuss, delegate, and collaboratively use OSTI (DOE Scientific Research) tools to solve complex tasks

02

Role-based architecture lets you assign OSTI (DOE Scientific Research) tool access to specific agents. a data analyst queries while a reviewer validates

03

Human-in-the-loop support: agents can pause for human approval before executing sensitive OSTI (DOE Scientific Research) tool calls

04

Code execution sandbox: AutoGen agents can write and run code that processes OSTI (DOE Scientific Research) tool responses in an isolated environment

OSTI (DOE Scientific Research) + AutoGen Use Cases

Practical scenarios where AutoGen combined with the OSTI (DOE Scientific Research) MCP Server delivers measurable value.

01

Collaborative analysis: one agent queries OSTI (DOE Scientific Research) while another validates results and a third generates the final report

02

Automated review pipelines: a researcher agent fetches data from OSTI (DOE Scientific Research), a critic agent evaluates quality, and a writer produces the output

03

Interactive planning: agents negotiate task allocation using OSTI (DOE Scientific Research) data to make informed decisions about resource distribution

04

Code generation with live data: an AutoGen coder agent writes scripts that process OSTI (DOE Scientific Research) responses in a sandboxed execution environment

Example Prompts for OSTI (DOE Scientific Research) in AutoGen

Ready-to-use prompts you can give your AutoGen agent to start working with OSTI (DOE Scientific Research) immediately.

01

"Search for research papers about 'quantum computing' published in 2023."

02

"Find scientific datasets related to 'solar irradiance' in the DOE Data Explorer."

03

"Get the complete metadata for OSTI record ID 1015678."

Troubleshooting OSTI (DOE Scientific Research) MCP Server with AutoGen

Common issues when connecting OSTI (DOE Scientific Research) to AutoGen through Vinkius, and how to resolve them.

01

McpWorkbench not found

Install: pip install "autogen-ext[mcp]"

OSTI (DOE Scientific Research) + AutoGen FAQ

Common questions about integrating OSTI (DOE Scientific Research) MCP Server with AutoGen.

01

How does AutoGen connect to MCP servers?

Create an MCP tool adapter and assign it to one or more agents in the group chat. AutoGen agents can then call OSTI (DOE Scientific Research) tools during their conversation turns.
02

Can different agents have different MCP tool access?

Yes. AutoGen's role-based architecture lets you assign specific MCP tools to specific agents, so a querying agent has different capabilities than a reviewing agent.
03

Does AutoGen support human approval for tool calls?

Yes. Configure human-in-the-loop mode so agents pause and request approval before executing sensitive MCP tool calls.

Explore More MCP Servers

View all →