Fannie Mae MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fannie Mae MCPget loan limits for Los Angeles County, CA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fannie Mae MCP
A remote MCP server exposing Fannie Mae's public APIs, starting with the Loan Limits API. Uses OAuth2 client-credentials against Fannie Mae's PingOne authorization server -- no user-facing OAuth flow needed, just a client ID and secret from the Developer Portal.
Tools exposed:
list_apis— catalog of all 16 public APIs (only Loan Limits is wired to live data so far)get_all_loan_limits— loan limits for every US county/territoryget_historical_loan_limits— loan limits for a given calendar year (2009-2019)get_loan_limits_by_county— loan limits for one specific state + county
1. Prerequisites
A Fannie Mae Developer Portal account with an approved app for the Loan Limits API (Public APIs category)
Your app's client ID and client secret
The token endpoint URL shown on the portal's "Create Access Token" step (PingOne URL specific to your app)
A Vercel account
Related MCP server: mcp-data-kingcounty
2. Push to GitHub
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:<you>/fannie-mae-mcp.git
git push -u origin main3. Import into Vercel
Go to vercel.com/new → Import Git Repository → select this repo
In Environment Variables, add
FANNIE_CLIENT_ID,FANNIE_CLIENT_SECRET, andFANNIE_TOKEN_URLClick Deploy
Every future git push to main auto-deploys.
4. Connect it to Claude / Cowork
Add a custom connector pointing at:
https://<your-vercel-domain>/api/mcpThen try: "List the Fannie Mae APIs available, then get loan limits for Los Angeles County, CA."
Local development
npm install
cp .env.example .env.local # fill in your credentials
npm run devNotes
Access tokens expire after 1 hour and are cached in memory per warm serverless instance; a cold start just fetches a fresh one automatically.
Only Loan Limits is implemented so far. The other 15 catalog entries in
list_apisare for browsing/reference -- extending to a new API means pulling its own Swagger docs first (base path, params, response shape) before wiring it up, the same way Loan Limits was built.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides programmatic access to the FDIC BankFind Suite API, enabling users to query public data on FDIC-insured financial institutions, bank failures, and branch locations. It supports advanced filtering for financial reports, demographics, and institutional history without requiring an API key.29348MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying and searching King County Open Data datasets via Socrata SoQL, including metadata retrieval and data querying by resource ID.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying and searching Fauquier County, Virginia open geospatial datasets (parcels, zoning, addresses, public works) via ArcGIS Feature Services.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying and searching Lancaster County, Pennsylvania open geospatial datasets (parcels, addresses, zoning, public works) via ArcGIS Feature Services. Supports dataset search, layer query with SQL-like filters, and schema retrieval.7MIT
Related MCP Connectors
GSA Per Diem MCP — wraps the GSA Per Diem API v2 (api.gsa.gov)
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jtaylor98/fannie-mae-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server