How to Use the NASA TechPort (Technology Projects) MCP in VS Code Copilot
Equip your entire engineering team with live NASA TechPort data directly inside VS Code Copilot via this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NASA TechPort (Technology Projects) MCP to VS Code Copilot
Create your Vinkius account to connect NASA TechPort (Technology Projects) to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Standardize Federal Research with VS Code Copilot
The `get_taxonomy_tree` and `list_taxonomy_nodes` tools expose NASA's exact classification system to your development team. You can ask Copilot to map your internal research projects against the federal standard without leaving your IDE. Everyone on the team sees the same data structure. Committing your `.vscode/mcp.json` file means every developer instantly gets access to these tools. When someone needs to verify a specific program's details, they just tell the agent to run `get_program`. No one has to tab out to a web browser or share outdated spreadsheets.
Query Complex Project Data
Tools like `search_object_advanced` and `get_project` allow deep filtering of the entire TechPort database. You can instruct your AI client to find all active propulsion projects funded in the last fiscal year. The agent runs the query and prints the raw data right in your terminal. This MCP Server eliminates the friction of building custom API wrappers for one-off data pulls. If you need to know the specific fields available for a project, `get_schema` returns the exact object structure. You get immediate answers based on live federal records.
Automate Grant Discovery
The `search_opportunities` and `export_opportunities` tools turn your editor into a pipeline for government contracting. Your agent can scan for specific keywords matching your company's capabilities and return a formatted list of open solicitations. You can even check the financial limits of these grants using `get_max_funding_amount`. Having your AI client pull this information while you draft technical proposals ensures you are aligning with the actual budget constraints published by the agency.
Set up NASA TechPort (Technology Projects) MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the NASA TechPort (Technology Projects) MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the NASA TechPort (Technology Projects) tools listed. Try asking: "List my recent NASA TechPort (Technology Projects) transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"nasa-techport-technology-projects-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NASA TechPort. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NASA TechPort (Technology Projects) MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NASA TechPort (Technology Projects) MCP today
We host it, we monitor it, we maintain it. You just paste one token.