Skip to content

Commit 875912f

Browse files
authored
Add Program Integrity Alliance MCP Server (#158)
* PIA MCP Server initial commit * Adjusted icon and text * Fixed secret naming convention based on running CI
1 parent 637219d commit 875912f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

servers/pia/server.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: pia
2+
image: mcp/pia
3+
type: server
4+
meta:
5+
category: ai
6+
tags:
7+
- ai
8+
about:
9+
title: Program Integrity Alliance
10+
description: |-
11+
An MCP server to help make U.S. Government open datasets AI-friendly.
12+
13+
icon: http://programintegrity.org/wp-content/uploads/2025/08/docker-mcp-pia-icon-512.png
14+
source:
15+
project: https://github.com/Program-Integrity-Alliance/pia-mcp-local
16+
config:
17+
description: Configure the connection to Program Integrity Alliance (PIA) MCP Server. You can get a key here https://mcp.programintegrity.org/register
18+
secrets:
19+
- name: pia.api-key
20+
env: PIA_API_KEY
21+
example: pia_5cFd9jtG3zbY4VpREewTP17uzdfnvMt8_3m778O2dv8

0 commit comments

Comments
 (0)